AnalyzeTextErrorCode.Inequality Operator

Definition

Determines if two AnalyzeTextErrorCode values are not the same.

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

Parameters

Returns

Applies to