TextType.Equality(TextType, TextType) Operator

Definition

Determines if two TextType values are the same.

public static bool operator ==(Azure.AI.Translation.Text.TextType left, Azure.AI.Translation.Text.TextType right);
static member ( = ) : 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