SyncIdFormatGroup.Equals-Methode (SyncIdFormatGroup)
Bestimmt, ob das angegebene SyncIdFormatGroup-Objekt mit dem aktuellen Objekt übereinstimmt.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Function Equals ( _
other As SyncIdFormatGroup _
) As Boolean
'Usage
Dim instance As SyncIdFormatGroup
Dim other As SyncIdFormatGroup
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals (
SyncIdFormatGroup other
)
public:
virtual bool Equals (
SyncIdFormatGroup^ other
) sealed
public final boolean Equals (
SyncIdFormatGroup other
)
public final function Equals (
other : SyncIdFormatGroup
) : boolean
Parameter
- other
Die mit dem aktuellen Objekt zu vergleichende SyncIdFormatGroup.
Rückgabewert
true, wenn other dem aktuellen Objekt entspricht; andernfalls false.
Siehe auch
Verweis
SyncIdFormatGroup-Klasse
SyncIdFormatGroup-Member
Microsoft.Synchronization-Namespace