PredCompareInfo.Key.Inequality Opérateur

Définition

Surcharges

Nom Description
Inequality(PredCompareInfo+Key, PredCompareInfo+Key)

Implémente l’opérateur !=.

Inequality(PredCompareInfo+Key, Object)

Implémente l’opérateur !=.

Inequality(Object, PredCompareInfo+Key)

Implémente l’opérateur !=.

Inequality(PredCompareInfo+Key, PredCompareInfo+Key)

Implémente l’opérateur !=.

public static bool operator !=(Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key leftOperand, Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key rightOperand);
static member op_Inequality : Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key * Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key -> bool
Public Shared Operator != (leftOperand As PredCompareInfo.Key, rightOperand As PredCompareInfo.Key) As Boolean

Paramètres

leftOperand
PredCompareInfo.Key

Opérande gauche.

rightOperand
PredCompareInfo.Key

Opérande droit.

Retours

Résultat de l’opérateur.

S’applique à

Inequality(PredCompareInfo+Key, Object)

Implémente l’opérateur !=.

public static bool operator !=(Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key leftOperand, object obj);
static member op_Inequality : Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key * obj -> bool
Public Shared Operator != (leftOperand As PredCompareInfo.Key, obj As Object) As Boolean

Paramètres

leftOperand
PredCompareInfo.Key

Opérande gauche.

obj
Object

L’obj.

Retours

Résultat de l’opérateur.

S’applique à

Inequality(Object, PredCompareInfo+Key)

Implémente l’opérateur !=.

public static bool operator !=(object obj, Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key rightOperand);
static member op_Inequality : obj * Microsoft.SqlServer.Management.XEvent.PredCompareInfo.Key -> bool
Public Shared Operator != (obj As Object, rightOperand As PredCompareInfo.Key) As Boolean

Paramètres

obj
Object

L’obj.

rightOperand
PredCompareInfo.Key

Opérande droit.

Retours

Résultat de l’opérateur.

S’applique à