EventInfo.Key.Equality Opérateur

Définition

Surcharges

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

Implémente l’opérateur ==.

Equality(EventInfo+Key, Object)

Implémente l’opérateur ==.

Equality(Object, EventInfo+Key)

Implémente l’opérateur ==.

Equality(EventInfo+Key, EventInfo+Key)

Implémente l’opérateur ==.

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

Paramètres

leftOperand
EventInfo.Key

Opérande gauche.

rightOperand
EventInfo.Key

Opérande droit.

Retours

Résultat de l’opérateur.

S’applique à

Equality(EventInfo+Key, Object)

Implémente l’opérateur ==.

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

Paramètres

leftOperand
EventInfo.Key

Opérande gauche.

obj
Object

L’obj.

Retours

Résultat de l’opérateur.

S’applique à

Equality(Object, EventInfo+Key)

Implémente l’opérateur ==.

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

Paramètres

obj
Object

L’obj.

rightOperand
EventInfo.Key

Opérande droit.

Retours

Résultat de l’opérateur.

S’applique à