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
声明
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
- other
 Type: Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemLinkValidationException.WorkItemLinkInfo
Return Value
Type: System.Boolean
True if this structure and the specified structure 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.