Share via


DocumentType.Inequality(DocumentType, DocumentType) Operator

Definition

Determines if two DocumentType values are not the same.

public static bool operator != (Azure.Health.Insights.ClinicalMatching.DocumentType left, Azure.Health.Insights.ClinicalMatching.DocumentType right);
static member op_Inequality : Azure.Health.Insights.ClinicalMatching.DocumentType * Azure.Health.Insights.ClinicalMatching.DocumentType -> bool
Public Shared Operator != (left As DocumentType, right As DocumentType) As Boolean

Parameters

right
DocumentType

Returns

Applies to