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)

public:
virtual bool Equals(
	SyncId^ other
) sealed

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.

Implements

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