Langue

Event.Key.Inequality Opérateur

Définition

Surcharges

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

Implémente l’opérateur !=.

Inequality(Event+Key, Object)

Implémente l’opérateur !=.

Inequality(Object, Event+Key)

Implémente l’opérateur !=.

Inequality(Event+Key, Event+Key)

Implémente l’opérateur !=.

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

Paramètres

leftOperand
Event.Key

Opérande gauche.

rightOperand
Event.Key

Opérande droit.

Retours

Résultat de l’opérateur.

S’applique à

Inequality(Event+Key, Object)

Implémente l’opérateur !=.

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

Paramètres

leftOperand
Event.Key

Opérande gauche.

obj
Object

L’obj.

Retours

Résultat de l’opérateur.

S’applique à

Inequality(Object, Event+Key)

Implémente l’opérateur !=.

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

Paramètres

obj
Object

L’obj.

rightOperand
Event.Key

Opérande droit.

Retours

Résultat de l’opérateur.

S’applique à