Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.WorkItemLinkInfoThe 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.