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(
	string other
)
Visual Basic
Public Function CompareTo ( 
	other As String
) As Integer

Parameters

other
Type: System..::..String
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