Share via


DocumentFormulaKind.Inequality Operator

Definition

Determines if two DocumentFormulaKind values are not the same.

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

Parameters

Returns

Applies to