This documentation is archived and is not being maintained.
WorkItemLinkInfo::Equals Method (WorkItemLinkInfo)
Visual Studio 2013
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)
Parameters
- other
- Type: Microsoft.TeamFoundation.WorkItemTracking.Client::WorkItemLinkInfo
The WorkItemLinkInfo instance to which to compare this one.
| Exception | Condition |
|---|---|
| ArgumentNullException | The other parameter is null. |
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: