Langue

Action.Key.Inequality Opérateur

Définition

Surcharges

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

Implémente l’opérateur !=.

Inequality(Action+Key, Object)

Implémente l’opérateur !=.

Inequality(Object, Action+Key)

Implémente l’opérateur !=.

Inequality(Action+Key, Action+Key)

Implémente l’opérateur !=.

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

Paramètres

leftOperand
Action.Key

Opérande gauche.

rightOperand
Action.Key

Opérande droit.

Retours

Résultat de l’opérateur.

S’applique à

Inequality(Action+Key, Object)

Implémente l’opérateur !=.

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

Paramètres

leftOperand
Action.Key

Opérande gauche.

obj
Object

L’obj.

Retours

Résultat de l’opérateur.

S’applique à

Inequality(Object, Action+Key)

Implémente l’opérateur !=.

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

Paramètres

obj
Object

L’obj.

rightOperand
Action.Key

Opérande droit.

Retours

Résultat de l’opérateur.

S’applique à