ItemField::Equals Method

Determines whether a ItemField object is equal to the specified object.

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

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object
The object to compare to the ItemField object.

Return Value

Type: System::Boolean
True if obj references the current ItemField object.Otherwise, false.
Show: