Compares two SeriesChartSettings objects.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public static bool Equals(
	SeriesChartSettings s1,
	SeriesChartSettings s2
)
Visual Basic (Declaration)
Public Shared Function Equals ( _
	s1 As SeriesChartSettings, _
	s2 As SeriesChartSettings _
) As Boolean
Visual C++
public:
static bool Equals(
	SeriesChartSettings^ s1, 
	SeriesChartSettings^ s2
)

Parameters

s1
Type: RightEdge.Common..::.SeriesChartSettings
The first object.
s2
Type: RightEdge.Common..::.SeriesChartSettings
The second object.

Return Value

True if the settings are the same for both objects, false otherwise.

See Also