Share via


AnnotationFormat.Inequality(AnnotationFormat, AnnotationFormat) Operator

Definition

Determines if two AnnotationFormat values are not the same.

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

Parameters

left
AnnotationFormat

The left value to compare.

right
AnnotationFormat

The right value to compare.

Returns

Applies to