This documentation is archived and is not being maintained.

WorkItemLinkValidationException::WorkItemLinkInfo::Equals Method (Object)

Checks whether this work item link information structure matches 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

Return Value

Type: System::Boolean
True if this structure and the specified object are equivalent; otherwise, false.

Show: