SyncIdFormat::Equals Method (Object)

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(
	Object^ obj
) override

Parameters

obj
Type: System::Object
The SyncIdFormat to compare with the current object.

Return Value

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