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.
Bestimmt, ob formats1 größer als formats2 ist.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Shared Operator > ( _
formats1 As SyncIdFormatGroup, _
formats2 As SyncIdFormatGroup _
) As Boolean
'Usage
Dim formats1 As SyncIdFormatGroup
Dim formats2 As SyncIdFormatGroup
Dim returnValue As Boolean
returnValue = (formats1 > formats2)
public static bool operator > (
SyncIdFormatGroup formats1,
SyncIdFormatGroup formats2
)
public:
static bool operator > (
SyncIdFormatGroup^ formats1,
SyncIdFormatGroup^ formats2
)
J# does not support overloaded operators.
JScript supports the use of overloaded operators, but not the declaration of new ones.
Parameter
- formats1
Das erste zu vergleichende SyncIdFormatGroup-Objekt.
- formats2
Das zweite zu vergleichende SyncIdFormatGroup-Objekt.
Rückgabewert
true, wenn formats1 größer als formats2 ist, andernfalls false.
Siehe auch
Verweis
SyncIdFormatGroup-Klasse
SyncIdFormatGroup-Member
Microsoft.Synchronization-Namespace