Langue

ActionInfo.Key.Equality Opérateur

Définition

Surcharges

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

Implémente l’opérateur ==.

Equality(ActionInfo+Key, Object)

Implémente l’opérateur ==.

Equality(Object, ActionInfo+Key)

Implémente l’opérateur ==.

Equality(ActionInfo+Key, ActionInfo+Key)

Implémente l’opérateur ==.

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

Paramètres

leftOperand
ActionInfo.Key

Opérande gauche.

rightOperand
ActionInfo.Key

Opérande droit.

Retours

Résultat de l’opérateur.

S’applique à

Equality(ActionInfo+Key, Object)

Implémente l’opérateur ==.

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

Paramètres

leftOperand
ActionInfo.Key

Opérande gauche.

obj
Object

L’obj.

Retours

Résultat de l’opérateur.

S’applique à

Equality(Object, ActionInfo+Key)

Implémente l’opérateur ==.

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

Paramètres

obj
Object

L’obj.

rightOperand
ActionInfo.Key

Opérande droit.

Retours

Résultat de l’opérateur.

S’applique à