Partager via


Opérateur MapValue.Inequality

Indicates whether the two specified map keys are not equal.

Espace de noms :  Microsoft.SqlServer.XEvent
Assembly :  Microsoft.SqlServer.XEvent.Linq (en Microsoft.SqlServer.XEvent.Linq.dll)

Syntaxe

'Déclaration
Public Shared Operator <> ( _
    x As MapValue, _
    y As MapValue _
) As Boolean
'Utilisation
Dim x As MapValue 
Dim y As MapValue 
Dim returnValue As Boolean 

returnValue = (x <> y)
public static bool operator !=(
    MapValue x,
    MapValue y
)
public:
static bool operator !=(
    MapValue^ x, 
    MapValue^ y
)
static let inline(<>)
        x:MapValue * 
        y:MapValue  : bool
JScript prend en charge l'utilisation d'opérateurs surchargés, mais pas la déclaration de nouveaux opérateurs.

Paramètres

Valeur de retour

Type : System.Boolean
True if the two specified map keys are not equal; otherwise, false.

Voir aussi

Référence

MapValue Classe

Espace de noms Microsoft.SqlServer.XEvent