Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Ermittelt, ob idX größer als idY ist.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Shared Operator > ( _
idX As SyncGlobalId, _
idY As SyncGlobalId _
) As Boolean
'Usage
Dim idX As SyncGlobalId
Dim idY As SyncGlobalId
Dim returnValue As Boolean
returnValue = (idX > idY)
public static bool operator >(
SyncGlobalId idX,
SyncGlobalId idY
)
public:
static bool operator >(
SyncGlobalId^ idX,
SyncGlobalId^ idY
)
static let inline (>)
idX:SyncGlobalId *
idY:SyncGlobalId : bool
Parameter
- idX
Typ: Microsoft.Synchronization. . :: . .SyncGlobalId
Die erste zu vergleichende globale ID.
- idY
Typ: Microsoft.Synchronization. . :: . .SyncGlobalId
Die zweite zu vergleichende globale ID.
Rückgabewert
Typ: System. . :: . .Boolean
true , wenn idX größer als idY ist, andernfalls false.