WorkItemLinkInfo.Equals Method (WorkItemLinkInfo)

Checks whether this instance is equivalent to the specified WorkItemLinkInfo instance.

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

Syntax

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

Parameters

Return Value

Type: System.Boolean
True if the two instances are equivalent; otherwise, false.

Exceptions

Exception Condition
ArgumentNullException

The other parameter is null.

.NET Framework Security

See Also

Reference

WorkItemLinkInfo Structure

Equals Overload

Microsoft.TeamFoundation.WorkItemTracking.Client Namespace