Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- other
Type: Microsoft.Synchronization.SyncId
The SyncId to compare with this object.
Return Value
Type: System.Boolean
true if other is equal to this object; otherwise, false.