This documentation is archived and is not being maintained.

FieldIndexData::Equals Method (Object)

Checks whether this FieldIndexData instance is equivalent to the specified object.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object

The object against which to compare this FieldIndexData instance.

Return Value

Type: System::Boolean
True if the two objects are equivalent; otherwise, false.

Show: