Udostępnij za pośrednictwem


TestImpactLink.Inequality Operator

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Provides an operator of inequality (!=) 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

Return Value

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

.NET Framework Security

See Also

Reference

TestImpactLink Structure

Microsoft.TeamFoundation.TestManagement.Client Namespace