This documentation is archived and is not being maintained.

WorkItemLinkInfo::Equality Operator

Operator to check for equality between the specified WorkItemLinkInfo instances.

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

public:
static bool operator ==(
	WorkItemLinkInfo workItemLinkInfo1, 
	WorkItemLinkInfo workItemLinkInfo2
)

Return Value

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

ExceptionCondition
ArgumentNullException

At least one of the arguments is null.

Show: