TestImpactLink.Equality Operator
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Provides an operator of equality (=) for comparing two TestImpactLink objects.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Shared Operator = ( _
left As TestImpactLink, _
right As TestImpactLink _
) As Boolean
public static bool operator ==(
TestImpactLink left,
TestImpactLink right
)
public:
static bool operator ==(
TestImpactLink left,
TestImpactLink right
)
static let inline (=)
left:TestImpactLink *
right:TestImpactLink : bool
JScript does not support overloaded operators.
Parameters
- left
Type: Microsoft.TeamFoundation.TestManagement.Client.TestImpactLink
A TestImpactLink object.
- right
Type: Microsoft.TeamFoundation.TestManagement.Client.TestImpactLink
A TestImpactLink object.
Return Value
Type: System.Boolean
true if the two objects are equal; 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.