This documentation is archived and is not being maintained.

WorkItemLinkInfo::Equals Method (Object)

Compares this instance 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 to which to compare this instance.

Return Value

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

ExceptionCondition
ArgumentNullException

The obj parameter is null.

Show: