SyncIdFormat.op_Equality-Methode
Stellt fest, ob die beiden angegebenen SyncIdFormat-Objekte gleich sind.
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
)
J# does not support overloaded operators.
JScript supports the use of overloaded operators, but not the declaration of new ones.
Parameter
- format1
Das erste zu vergleichende SyncIdFormat-Objekt.
- format2
Das zweite zu vergleichende SyncIdFormat-Objekt.
Rückgabewert
true, wenn die Objekte gleich sind; andernfalls false.
Siehe auch
Verweis
SyncIdFormat-Klasse
SyncIdFormat-Member
Microsoft.Synchronization-Namespace