Share via


SyncId.Equals Method (SyncId)

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

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

Syntax

'Declaration
Public Function Equals ( _
    other As SyncId _
) As Boolean
'Usage
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
abstract Equals : 
        other:SyncId -> bool 
override Equals : 
        other:SyncId -> bool 
public final function Equals(
    other : SyncId
) : 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

SyncId Class

Equals Overload

Microsoft.Synchronization Namespace