SyncIdFormatGroup::Equals Method (SyncIdFormatGroup)

Determines whether the specified SyncIdFormatGroup object is the same as the current object.

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

public:
virtual bool Equals(
	SyncIdFormatGroup^ other
) sealed

Parameters

other
Type: Microsoft.Synchronization::SyncIdFormatGroup
The SyncIdFormatGroup to compare with the current object.

Return Value

Type: System::Boolean
true if other is the same as the current object; otherwise, false.

Implements

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