SyncGlobalId::Equals Method (SyncGlobalId)

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

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

public:
virtual bool Equals(
	SyncGlobalId^ other
) sealed

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.

Implements

IEquatable<T>::Equals(T)
Show: