Condividi tramite


DocumentOperationKind.Inequality Operator

Definition

Determines if two DocumentOperationKind values are not the same.

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

Parameters

Returns

Applies to