TargetColumnInfo.Key.Inequality Operator

Definition

Overloads

Inequality(TargetColumnInfo+Key, TargetColumnInfo+Key)

Implements the operator !=.

Inequality(TargetColumnInfo+Key, Object)

Implements the operator !=.

Inequality(Object, TargetColumnInfo+Key)

Implements the operator !=.

Inequality(TargetColumnInfo+Key, TargetColumnInfo+Key)

Implements the operator !=.

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

Parameters

leftOperand
TargetColumnInfo.Key

The left operand.

rightOperand
TargetColumnInfo.Key

The right operand.

Returns

The result of the operator.

Applies to

Inequality(TargetColumnInfo+Key, Object)

Implements the operator !=.

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

Parameters

leftOperand
TargetColumnInfo.Key

The left operand.

obj
Object

The obj.

Returns

The result of the operator.

Applies to

Inequality(Object, TargetColumnInfo+Key)

Implements the operator !=.

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

Parameters

obj
Object

The obj.

rightOperand
TargetColumnInfo.Key

The right operand.

Returns

The result of the operator.

Applies to