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