다음을 통해 공유


DocumentAnalysisFeature.Inequality Operator

Definition

Overloads

Inequality(DocumentAnalysisFeature, DocumentAnalysisFeature)

Determines if two DocumentAnalysisFeature values are not the same.

Inequality(DocumentAnalysisFeature, DocumentAnalysisFeature)

Source:
DocumentAnalysisFeature.cs

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