SyncId.Equals Method (Object)

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

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

Syntax

'Declaration
Public Overrides Function Equals ( _
    obj As Object _
) As Boolean
'Usage
Dim instance As SyncId
Dim obj As Object
Dim returnValue As Boolean

returnValue = instance.Equals(obj)

Parameters

  • obj
    The SyncId to compare with this object.

Return Value

true if obj is equal to this object; otherwise, false.

See Also

Reference

SyncId Class
SyncId Members
Microsoft.Synchronization Namespace