TextType.Inequality(TextType, TextType) Operator

Definition

Determines if two TextType values are not the same.

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

Parameters

left
TextType

The left value to compare.

right
TextType

The right value to compare.

Returns

Applies to