TargetField.Key.Inequality Operator

Definition

Overloads

Inequality(TargetField+Key, TargetField+Key)

Implements the operator !=.

Inequality(TargetField+Key, Object)

Implements the operator !=.

Inequality(Object, TargetField+Key)

Implements the operator !=.

Inequality(TargetField+Key, TargetField+Key)

Implements the operator !=.

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

Parameters

leftOperand
TargetField.Key

The left operand.

rightOperand
TargetField.Key

The right operand.

Returns

The result of the operator.

Applies to

Inequality(TargetField+Key, Object)

Implements the operator !=.

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

Parameters

leftOperand
TargetField.Key

The left operand.

obj
Object

The obj.

Returns

The result of the operator.

Applies to

Inequality(Object, TargetField+Key)

Implements the operator !=.

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

Parameters

obj
Object

The obj.

rightOperand
TargetField.Key

The right operand.

Returns

The result of the operator.

Applies to