Share via


DocumentFontWeight.Inequality(DocumentFontWeight, DocumentFontWeight) Operator

Definition

Determines if two DocumentFontWeight values are not the same.

public static bool operator != (Azure.AI.FormRecognizer.DocumentAnalysis.DocumentFontWeight left, Azure.AI.FormRecognizer.DocumentAnalysis.DocumentFontWeight right);
static member op_Inequality : 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