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

'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

Return Value

Type: System.Boolean
True if this instance and the specified instance are equivalent; otherwise, false.

.NET Framework Security

See Also

Reference

RegisteredLinkType Class

Equals Overload

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace