RegisteredLinkType.Equals Method (RegisteredLinkType)
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
'Декларация
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.RegisteredLinkType
The 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.