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

Syntax

C#
public int Compare(
	Object a,
	Object b
)
Visual Basic
Public Function Compare ( 
	a As Object,
	b As Object
) As Integer

Parameters

a
Type: System..::..Object
b
Type: System..::..Object

Return Value

Type: Int32

Implements

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

See Also