Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public int Compare(
	Object x,
	Object y
)
Visual Basic (Declaration)
Public Function Compare ( _
	x As Object, _
	y As Object _
) As Integer
Visual C++
public:
virtual int Compare(
	Object^ x, 
	Object^ y
) sealed

Parameters

x
Type: System..::.Object
y
Type: System..::.Object

Implements

IComparer..::.Compare(Object, Object)

See Also