Lingua

PredCompareInfo.Key.Inequality Operatore

Definizione

Overload

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

Implementa l'operatore !=.

Inequality(PredCompareInfo+Key, Object)

Implementa l'operatore !=.

Inequality(Object, PredCompareInfo+Key)

Implementa l'operatore !=.

Inequality(PredCompareInfo+Key, PredCompareInfo+Key)

Implementa l'operatore !=.

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

Parametri

leftOperand
PredCompareInfo.Key

Operando sinistro.

rightOperand
PredCompareInfo.Key

Operando destro.

Valori restituiti

Risultato dell'operatore.

Si applica a

Inequality(PredCompareInfo+Key, Object)

Implementa l'operatore !=.

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

Parametri

leftOperand
PredCompareInfo.Key

Operando sinistro.

obj
Object

L'obj.

Valori restituiti

Risultato dell'operatore.

Si applica a

Inequality(Object, PredCompareInfo+Key)

Implementa l'operatore !=.

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

Parametri

obj
Object

L'obj.

rightOperand
PredCompareInfo.Key

Operando destro.

Valori restituiti

Risultato dell'operatore.

Si applica a