This documentation is archived and is not being maintained.

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)

public:
bool Equals(
	RegisteredLinkType^ type
)

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.

Show: