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