ActionInfo.Key.Inequality Operator

Definition

Overloads

Inequality(ActionInfo+Key, ActionInfo+Key)

Implements the operator !=.

Inequality(ActionInfo+Key, Object)

Implements the operator !=.

Inequality(Object, ActionInfo+Key)

Implements the operator !=.

Inequality(ActionInfo+Key, ActionInfo+Key)

Implements the operator !=.

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

Parameters

leftOperand
ActionInfo.Key

The left operand.

rightOperand
ActionInfo.Key

The right operand.

Returns

The result of the operator.

Applies to

Inequality(ActionInfo+Key, Object)

Implements the operator !=.

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

Parameters

leftOperand
ActionInfo.Key

The left operand.

obj
Object

The obj.

Returns

The result of the operator.

Applies to

Inequality(Object, ActionInfo+Key)

Implements the operator !=.

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

Parameters

obj
Object

The obj.

rightOperand
ActionInfo.Key

The right operand.

Returns

The result of the operator.

Applies to