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 format1 kleiner als format2 ist.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Shared Operator < ( _
format1 As SyncIdFormat, _
format2 As SyncIdFormat _
) As Boolean
'Usage
Dim format1 As SyncIdFormat
Dim format2 As SyncIdFormat
Dim returnValue As Boolean
returnValue = (format1 < format2)
public static bool operator <(
SyncIdFormat format1,
SyncIdFormat format2
)
public:
static bool operator <(
SyncIdFormat^ format1,
SyncIdFormat^ format2
)
static let inline (<)
format1:SyncIdFormat *
format2:SyncIdFormat : bool
Parameter
- format1
Typ: Microsoft.Synchronization. . :: . .SyncIdFormat
Das erste zu vergleichende SyncIdFormat-Objekt.
- format2
Typ: Microsoft.Synchronization. . :: . .SyncIdFormat
Das zweite zu vergleichende SyncIdFormat-Objekt.
Rückgabewert
Typ: System. . :: . .Boolean
true , wenn format1 kleiner als format2 ist; andernfalls false.