This documentation is archived and is not being maintained.
RegisteredLinkType::Equals Method (RegisteredLinkType)
Visual Studio 2013
Checks whether this registered link type is equivalent to the specified instance.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Parameters
- type
- Type: Microsoft.TeamFoundation.WorkItemTracking.Client::RegisteredLinkType
The registered link type with which to compare.
Return Value
Type: System::BooleanTrue if this instance and the specified instance are equivalent; otherwise, false.
- 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: