TestImpactPath.Inequality 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 not 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

Return Value

Type: System.Boolean
true if the two paths are not equal; otherwise, false.

.NET Framework Security

See Also

Reference

TestImpactPath Structure

Microsoft.TeamFoundation.TestManagement.Client Namespace