Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Function Equals ( _
type As RegisteredLinkType _
) As Boolean
public bool Equals(
RegisteredLinkType type
)
public:
bool Equals(
RegisteredLinkType^ type
)
member Equals :
type:RegisteredLinkType -> bool
public function Equals(
type : RegisteredLinkType
) : boolean
Parameters
type
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.RegisteredLinkTypeThe registered link type with which to compare.
Return Value
Type: System.Boolean
True if this instance and the specified instance are equivalent; otherwise, false.
.NET Framework Security
- 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.