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 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
- other
Type: Microsoft.Synchronization.SyncGlobalId
The SyncGlobalId object to compare with this object.
Return Value
Type: System.Boolean
true if other is equal to this object; otherwise, false.