Namespace: SchemaExplorer
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public int Compare(
	Object x,
	Object y
)
Visual Basic
Public Function Compare ( 
	x As Object,
	y As Object
) As Integer

Parameters

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

Return Value

Type: Int32

Implements

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

See Also