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
public final boolean Equals (
SyncId other
)
public final function Equals (
other : SyncId
) : boolean
Parameters
- other
The SyncId to compare with this object.
Return Value
true if other is equal to this object; otherwise, false.
See Also
Reference
SyncId Class
SyncId Members
Microsoft.Synchronization Namespace