Compares the current object with another object of the same type.
Namespace: SchemaExplorerAssembly: 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: Int32A 32-bit signed integer that indicates the relative order of the objects being compared.