Partager via


SyncId.Equals méthode (SyncId)

Détermine si l'objet SyncId spécifié est égal à cet objet.

Espace de noms: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (dans microsoft.synchronization.dll)

Syntaxe

'Déclaration
Public Function Equals ( _
    other As SyncId _
) As Boolean
'Utilisation
Dim instance As SyncId
Dim other As SyncId
Dim returnValue As Boolean

returnValue = instance.Equals(other)
public bool Equals (
    SyncId other
)
public:
virtual bool Equals (
    SyncId^ other
) sealed
public final boolean Equals (
    SyncId other
)
public final function Equals (
    other : SyncId
) : boolean

Paramètres

  • other
    Objet SyncId à comparer avec cet objet.

Valeur de retour

true si other est égal à cet objet ; sinon, false.

Voir aussi

Référence

Classe SyncId
Membres SyncId
Espace de noms Microsoft.Synchronization