PredCompareInfo.Key.Inequality Operator

Definition

Overloads

Inequality(PredCompareInfo+Key, PredCompareInfo+Key)

Implements the operator !=.

Inequality(PredCompareInfo+Key, Object)

Implements the operator !=.

Inequality(Object, PredCompareInfo+Key)

Implements the operator !=.

Inequality(PredCompareInfo+Key, PredCompareInfo+Key)

Implements the operator !=.

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

Parameters

leftOperand
PredCompareInfo.Key

The left operand.

rightOperand
PredCompareInfo.Key

The right operand.

Returns

The result of the operator.

Applies to

Inequality(PredCompareInfo+Key, Object)

Implements the operator !=.

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

Parameters

leftOperand
PredCompareInfo.Key

The left operand.

obj
Object

The obj.

Returns

The result of the operator.

Applies to

Inequality(Object, PredCompareInfo+Key)

Implements the operator !=.

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

Parameters

obj
Object

The obj.

rightOperand
PredCompareInfo.Key

The right operand.

Returns

The result of the operator.

Applies to