Action.Key.Inequality Operador

Definição

Sobrecargas

Nome Description
Inequality(Action+Key, Action+Key)

Implementa o operador !=.

Inequality(Action+Key, Object)

Implementa o operador !=.

Inequality(Object, Action+Key)

Implementa o operador !=.

Inequality(Action+Key, Action+Key)

Implementa o operador !=.

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

Parâmetros

leftOperand
Action.Key

O operando esquerdo.

rightOperand
Action.Key

O operando direito.

Retornos

O resultado do operador.

Aplica-se a

Inequality(Action+Key, Object)

Implementa o operador !=.

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

Parâmetros

leftOperand
Action.Key

O operando esquerdo.

obj
Object

O obj.

Retornos

O resultado do operador.

Aplica-se a

Inequality(Object, Action+Key)

Implementa o operador !=.

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

Parâmetros

obj
Object

O obj.

rightOperand
Action.Key

O operando direito.

Retornos

O resultado do operador.

Aplica-se a