Delen via


DocumentContentSourceKind.Inequality Operator

Definition

Determines if two DocumentContentSourceKind values are not the same.

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

Parameters

Returns

Applies to