Equals-Methode (SyncIdFormat)

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

Rückgabewert

Typ: System. . :: . .Boolean
true , wenn other dem aktuellen Objekt entspricht; andernfalls false.

Implementiert

IEquatable< (Of < ( <'T> ) > ) >. . :: . .Equals(T)

Siehe auch

Verweis

SyncIdFormat Klasse

SyncIdFormat-Member

Equals-Überladung

Microsoft.Synchronization-Namespace