WorkItemLinkValidationException.WorkItemLinkInfo.Equals Method (WorkItemLinkValidationException.WorkItemLinkInfo)

Checks whether this work item link information structure matches another.

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)

Syntax

'Declaration
Public Function Equals ( _
    other As WorkItemLinkValidationException.WorkItemLinkInfo _
) As Boolean
public bool Equals(
    WorkItemLinkValidationException.WorkItemLinkInfo other
)
public:
bool Equals(
    WorkItemLinkValidationException::WorkItemLinkInfo other
)
member Equals : 
        other:WorkItemLinkValidationException.WorkItemLinkInfo -> bool
public function Equals(
    other : WorkItemLinkValidationException.WorkItemLinkInfo
) : boolean

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

WorkItemLinkValidationException.WorkItemLinkInfo Structure

Equals Overload

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace