Mapping.Inequality Operator

Compares whether two Mapping objects are not equivalent.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Shared Operator <> ( _
    mapping1 As Mapping, _
    mapping2 As Mapping _
) As Boolean
public static bool operator !=(
    Mapping mapping1,
    Mapping mapping2
)
public:
static bool operator !=(
    Mapping^ mapping1, 
    Mapping^ mapping2
)
static let inline (<>)
        mapping1:Mapping * 
        mapping2:Mapping  : bool
JScript does not support overloaded operators.

Parameters

Return Value

Type: System.Boolean
True if the objects are not equivalent; otherwise, false.

.NET Framework Security

See Also

Reference

Mapping Class

Microsoft.TeamFoundation.VersionControl.Client Namespace