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 das angegebene SyncIdFormat-Objekt mit dem aktuellen Objekt übereinstimmt.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Function Equals ( _
other As SyncIdFormat _
) As Boolean
'Usage
Dim instance As SyncIdFormat
Dim other As SyncIdFormat
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
SyncIdFormat other
)
public:
virtual bool Equals(
SyncIdFormat^ other
) sealed
abstract Equals :
other:SyncIdFormat -> bool
override Equals :
other:SyncIdFormat -> bool
public final function Equals(
other : SyncIdFormat
) : boolean
Parameter
- other
Typ: Microsoft.Synchronization. . :: . .SyncIdFormat
Das mit dem aktuellen Objekt zu vergleichende SyncIdFormat.
Rückgabewert
Typ: System. . :: . .Boolean
true , wenn other dem aktuellen Objekt entspricht; andernfalls false.
Implementiert
IEquatable< (Of < ( <'T> ) > ) >. . :: . .Equals(T)