Langue

Action.Key.Equality Opérateur

Définition

Surcharges

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

Implémente l’opérateur ==.

Equality(Action+Key, Object)

Implémente l’opérateur ==.

Equality(Object, Action+Key)

Implémente l’opérateur ==.

Equality(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 ( = ) : 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 à

Equality(Action+Key, Object)

Implémente l’opérateur ==.

public static bool operator ==(Microsoft.SqlServer.Management.XEvent.Action.Key leftOperand, object obj);
static member ( = ) : 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 à

Equality(Object, Action+Key)

Implémente l’opérateur ==.

public static bool operator ==(object obj, Microsoft.SqlServer.Management.XEvent.Action.Key rightOperand);
static member ( = ) : 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 à