Share via


AnalyzeOutputOption.Equality(AnalyzeOutputOption, AnalyzeOutputOption) Operator

Definition

Determines if two AnalyzeOutputOption values are the same.

public static bool operator == (Azure.AI.DocumentIntelligence.AnalyzeOutputOption left, Azure.AI.DocumentIntelligence.AnalyzeOutputOption right);
static member ( = ) : Azure.AI.DocumentIntelligence.AnalyzeOutputOption * Azure.AI.DocumentIntelligence.AnalyzeOutputOption -> bool
Public Shared Operator == (left As AnalyzeOutputOption, right As AnalyzeOutputOption) As Boolean

Parameters

Returns

Applies to