Share via


SyncId.CompareTo Method

Compares this object with another SyncId object.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
Public Function CompareTo ( _
    obj As Object _
) As Integer
'Usage
Dim instance As SyncId
Dim obj As Object
Dim returnValue As Integer

returnValue = instance.CompareTo(obj)
public int CompareTo(
    Object obj
)
public:
virtual int CompareTo(
    Object^ obj
) sealed
abstract CompareTo : 
        obj:Object -> int 
override CompareTo : 
        obj:Object -> int 
public final function CompareTo(
    obj : Object
) : int

Parameters

Return Value

Type: System.Int32
A 32-bit signed integer that indicates the relative order of the objects being compared. The return value has these 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)

Exceptions

Exception Condition
ArgumentException

id could not be cast to SyncId, or either one of id or this SyncId object is variable length and the other is not.

See Also

Reference

SyncId Class

Microsoft.Synchronization Namespace