Lingua

ActionInfo.Key.Inequality Operatore

Definizione

Overload

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

Implementa l'operatore !=.

Inequality(ActionInfo+Key, Object)

Implementa l'operatore !=.

Inequality(Object, ActionInfo+Key)

Implementa l'operatore !=.

Inequality(ActionInfo+Key, ActionInfo+Key)

Implementa l'operatore !=.

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

Parametri

leftOperand
ActionInfo.Key

Operando sinistro.

rightOperand
ActionInfo.Key

Operando destro.

Valori restituiti

Risultato dell'operatore.

Si applica a

Inequality(ActionInfo+Key, Object)

Implementa l'operatore !=.

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

Parametri

leftOperand
ActionInfo.Key

Operando sinistro.

obj
Object

L'obj.

Valori restituiti

Risultato dell'operatore.

Si applica a

Inequality(Object, ActionInfo+Key)

Implementa l'operatore !=.

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

Parametri

obj
Object

L'obj.

rightOperand
ActionInfo.Key

Operando destro.

Valori restituiti

Risultato dell'operatore.

Si applica a