Action.Key.Inequality Operator

Definition

Overloads

Inequality(Action+Key, Action+Key)

Implements the operator !=.

Inequality(Action+Key, Object)

Implements the operator !=.

Inequality(Object, Action+Key)

Implements the operator !=.

Inequality(Action+Key, Action+Key)

Implements the operator !=.

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

Parameters

leftOperand
Action.Key

The left operand.

rightOperand
Action.Key

The right operand.

Returns

The result of the operator.

Applies to

Inequality(Action+Key, Object)

Implements the operator !=.

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

Parameters

leftOperand
Action.Key

The left operand.

obj
Object

The obj.

Returns

The result of the operator.

Applies to

Inequality(Object, Action+Key)

Implements the operator !=.

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

Parameters

obj
Object

The obj.

rightOperand
Action.Key

The right operand.

Returns

The result of the operator.

Applies to