Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Compares the current object with another SyncIdFormat 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 SyncIdFormat
Dim obj As Object
Dim returnValue As Integer
returnValue = instance.CompareTo(obj)
public int CompareTo (
Object obj
)
public:
virtual int CompareTo (
Object^ obj
) sealed
public final int CompareTo (
Object obj
)
public final function CompareTo (
obj : Object
) : int
Parameters
- obj
A SyncIdFormat object to compare with this object.
Return Value
A 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 instance is less than obj. |
0 |
This instance is equal to obj. |
Greater than 0 |
This instance is greater than obj. |
See Also
Reference
SyncIdFormat Class
SyncIdFormat Members
Microsoft.Synchronization Namespace