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