Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether idX is less than idY.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Shared Operator < ( _
idX As SyncId, _
idY As SyncId _
) As Boolean
'Usage
Dim idX As SyncId
Dim idY As SyncId
Dim returnValue As Boolean
returnValue = (idX < idY)
public static bool operator < (
SyncId idX,
SyncId idY
)
public:
static bool operator < (
SyncId^ idX,
SyncId^ idY
)
J# does not support overloaded operators.
JScript supports the use of overloaded operators, but not the declaration of new ones.
Parameters
- idX
The first sync ID to compare.
- idY
The second sync ID to compare.
Return Value
true if idX is less than idY; otherwise, false.
See Also
Reference
SyncId Class
SyncId Members
Microsoft.Synchronization Namespace