SyncGlobalId::CompareTo Method
Compares this object with another SyncGlobalId object.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Parameters
- obj
- Type: System::Object
A SyncGlobalId object to compare with this object.
Return Value
Type: System::Int32A 32-bit signed integer that indicates the relative order of the objects that are being compared. The return value has the following meanings.
Value | Meaning |
|---|---|
Less than 0 | This object is less than obj. |
0 | This object is equal to obj. |
Greater than 0 | This object is greater than obj. |
Implements
IComparable::CompareTo(Object)
Show: