OperationState.Inequality(OperationState, OperationState) Operator

Definition

Determines if two OperationState values are not the same.

public static bool operator !=(Azure.AI.Discovery.OperationState left, Azure.AI.Discovery.OperationState right);
static member op_Inequality : Azure.AI.Discovery.OperationState * Azure.AI.Discovery.OperationState -> bool
Public Shared Operator != (left As OperationState, right As OperationState) As Boolean

Parameters

left
OperationState

The left value to compare.

right
OperationState

The right value to compare.

Returns

Applies to