Id.CompareTo Method
Compares this Id with another Id.
Thread safety: This method is thread-safe.
CompareTo(Id obj)
Compares this Id with another Id.Syntax
public System.Int32 CompareTo (
Id obj
)
Parameters
obj
Type: Id
The object to compare the current Id with.
The object to compare the current Id with.
Return Value
Type: System.Int32
A value less than zero if this instance precedes obj, zero if this instance is equal to obj or a value greater than zero if this instance follows obj.
A value less than zero if this instance precedes obj, zero if this instance is equal to obj or a value greater than zero if this instance follows obj.
Platforms
Windows, Linux, Android