Lingua

TargetColumnInfo.Key.Inequality Operatore

Definizione

Overload

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

Implementa l'operatore !=.

Inequality(TargetColumnInfo+Key, Object)

Implementa l'operatore !=.

Inequality(Object, TargetColumnInfo+Key)

Implementa l'operatore !=.

Inequality(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 op_Inequality : 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

Inequality(TargetColumnInfo+Key, Object)

Implementa l'operatore !=.

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

Inequality(Object, TargetColumnInfo+Key)

Implementa l'operatore !=.

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