다음을 통해 공유


AnalyzeTextErrorCode.Equality Operator

Definition

Determines if two AnalyzeTextErrorCode values are the same.

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