Share via


SyncGlobalId.Equals Method (SyncGlobalId)

Determines whether the specified SyncGlobalId object is equal to this object.

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

Parameters

Return Value

Type: System.Boolean
true if other is equal to this object; otherwise, false.

Implements

IEquatable<T>.Equals(T)

See Also

Reference

SyncGlobalId Class

Equals Overload

Microsoft.Synchronization Namespace