Compares this instance to a specified object and returns an indication of their relative values.
Syntax
'Declaration
Public Overloads Function CompareTo( _
ByVal As Object _
) As Integer
public int CompareTo(
object
)
Parameters
- obj
- Length to compare
See Also