TargetColumnInfo.Key.Inequality Operador

Definición

Sobrecargas

Nombre Description
Inequality(TargetColumnInfo+Key, TargetColumnInfo+Key)

Implementa el operador !=.

Inequality(TargetColumnInfo+Key, Object)

Implementa el operador !=.

Inequality(Object, TargetColumnInfo+Key)

Implementa el operador !=.

Inequality(TargetColumnInfo+Key, TargetColumnInfo+Key)

Implementa el operador !=.

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

Parámetros

leftOperand
TargetColumnInfo.Key

Operando izquierdo.

rightOperand
TargetColumnInfo.Key

Operando derecho.

Devoluciones

Resultado del operador.

Se aplica a

Inequality(TargetColumnInfo+Key, Object)

Implementa el operador !=.

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

Parámetros

leftOperand
TargetColumnInfo.Key

Operando izquierdo.

obj
Object

El obj.

Devoluciones

Resultado del operador.

Se aplica a

Inequality(Object, TargetColumnInfo+Key)

Implementa el operador !=.

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

Parámetros

obj
Object

El obj.

rightOperand
TargetColumnInfo.Key

Operando derecho.

Devoluciones

Resultado del operador.

Se aplica a