Share via


IdAndName.Inequality Operator

Returns a value that indicates whether the values of two specified IdAndName objects 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 IdAndName, _
    right As IdAndName _
) As Boolean
public static bool operator !=(
    IdAndName left,
    IdAndName right
)
public:
static bool operator !=(
    IdAndName left, 
    IdAndName right
)
static let inline(<>)
        left:IdAndName * 
        right:IdAndName  : bool
JScript does not support overloaded operators.

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

IdAndName Structure

Microsoft.TeamFoundation.TestManagement.Client Namespace