SyncIdFormat::Equals Method (SyncIdFormat)

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

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

public:
virtual bool Equals(
	SyncIdFormat^ other
) sealed

Parameters

other
Type: Microsoft.Synchronization::SyncIdFormat
The SyncIdFormat 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: