Langue

TargetColumnInfo.Key.Equality Opérateur

Définition

Surcharges

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

Implémente l’opérateur ==.

Equality(TargetColumnInfo+Key, Object)

Implémente l’opérateur ==.

Equality(Object, TargetColumnInfo+Key)

Implémente l’opérateur ==.

Equality(TargetColumnInfo+Key, TargetColumnInfo+Key)

Implémente l’opérateur ==.

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

Paramètres

leftOperand
TargetColumnInfo.Key

Opérande gauche.

rightOperand
TargetColumnInfo.Key

Opérande droit.

Retours

Résultat de l’opérateur.

S’applique à

Equality(TargetColumnInfo+Key, Object)

Implémente l’opérateur ==.

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

Paramètres

leftOperand
TargetColumnInfo.Key

Opérande gauche.

obj
Object

L’obj.

Retours

Résultat de l’opérateur.

S’applique à

Equality(Object, TargetColumnInfo+Key)

Implémente l’opérateur ==.

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

Paramètres

obj
Object

L’obj.

rightOperand
TargetColumnInfo.Key

Opérande droit.

Retours

Résultat de l’opérateur.

S’applique à