TextActionState.Inequality(TextActionState, TextActionState) Operator

Definition

Determines if two TextActionState values are not the same.

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

Parameters

Returns

Applies to