Lingua

TargetColumnInfo.Key.Equality Operatore

Definizione

Overload

Nome Descrizione
Equality(TargetColumnInfo+Key, TargetColumnInfo+Key)

Implementa l'operatore ==.

Equality(TargetColumnInfo+Key, Object)

Implementa l'operatore ==.

Equality(Object, TargetColumnInfo+Key)

Implementa l'operatore ==.

Equality(TargetColumnInfo+Key, TargetColumnInfo+Key)

Implementa l'operatore ==.

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

Parametri

leftOperand
TargetColumnInfo.Key

Operando sinistro.

rightOperand
TargetColumnInfo.Key

Operando destro.

Valori restituiti

Risultato dell'operatore.

Si applica a

Equality(TargetColumnInfo+Key, Object)

Implementa l'operatore ==.

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

Parametri

leftOperand
TargetColumnInfo.Key

Operando sinistro.

obj
Object

L'obj.

Valori restituiti

Risultato dell'operatore.

Si applica a

Equality(Object, TargetColumnInfo+Key)

Implementa l'operatore ==.

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

Parametri

obj
Object

L'obj.

rightOperand
TargetColumnInfo.Key

Operando destro.

Valori restituiti

Risultato dell'operatore.

Si applica a