This documentation is archived and is not being maintained.

WorkItemLinkInfo::Equals Method (WorkItemLinkInfo)

Checks whether this instance is equivalent to the specified WorkItemLinkInfo instance.

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

public:
bool Equals(
	WorkItemLinkInfo other
)

Parameters

other
Type: Microsoft.TeamFoundation.WorkItemTracking.Client::WorkItemLinkInfo

The WorkItemLinkInfo instance to which to compare this one.

Return Value

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

ExceptionCondition
ArgumentNullException

The other parameter is null.

Show: