Langue

Target.Key.Inequality Opérateur

Définition

Surcharges

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

Implémente l’opérateur !=.

Inequality(Target+Key, Object)

Implémente l’opérateur !=.

Inequality(Object, Target+Key)

Implémente l’opérateur !=.

Inequality(Target+Key, Target+Key)

Implémente l’opérateur !=.

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

Paramètres

leftOperand
Target.Key

Opérande gauche.

rightOperand
Target.Key

Opérande droit.

Retours

Résultat de l’opérateur.

S’applique à

Inequality(Target+Key, Object)

Implémente l’opérateur !=.

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

Paramètres

leftOperand
Target.Key

Opérande gauche.

obj
Object

L’obj.

Retours

Résultat de l’opérateur.

S’applique à

Inequality(Object, Target+Key)

Implémente l’opérateur !=.

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

Paramètres

obj
Object

L’obj.

rightOperand
Target.Key

Opérande droit.

Retours

Résultat de l’opérateur.

S’applique à