Udostępnij za pośrednictwem


DocumentAnalysisFeature.Inequality Operator

Definition

Determines if two DocumentAnalysisFeature values are not the same.

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

Parameters

Returns

Applies to