Compares the current object with another object of the same type.

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

Syntax

C#
public int CompareTo(
	SchemaProvider other
)
Visual Basic
Public Function CompareTo ( 
	other As SchemaProvider
) As Integer

Parameters

other
Type: SchemaExplorer..::..SchemaProvider
An object to compare with this object.

Return Value

Type: Int32
A 32-bit signed integer that indicates the relative order of the objects being compared.

Implements

IComparable<(Of <(<'T>)>)>..::..CompareTo(T)

See Also