This documentation is archived and is not being maintained.

WorkItemLinkValidationException::WorkItemLinkInfo::Equals Method (WorkItemLinkValidationException::WorkItemLinkInfo)

Checks whether this work item link information structure matches another.

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

public:
bool Equals(
	WorkItemLinkValidationException::WorkItemLinkInfo other
)

Return Value

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

Show: