Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- other
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemLinkInfo
The WorkItemLinkInfo instance to which to compare this one.
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
- 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.