In This Topic
Compares an instance to a specified object and returns the indication of their relative values.
Syntax
'Declaration
Public Overloads Function CompareTo( _
ByVal As Object _
) As Integer
public int CompareTo(
object
)
Parameters
- value
See Also