SyncId::Equals Method (Object)

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

Parameters

obj
Type: System::Object
The SyncId to compare with this object.

Return Value

Type: System::Boolean
true if obj is equal to this object; otherwise, false.
Show: