共用方式為


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
right
TextType

Returns

Applies to