Share via


DocumentFontWeight.Equality(DocumentFontWeight, DocumentFontWeight) Operator

Definition

Determines if two DocumentFontWeight values are the same.

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

Parameters

Returns

Applies to