LengthUnit.Inequality(LengthUnit, LengthUnit) Operator

Definition

Determines if two LengthUnit values are not the same.

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

Parameters

left
LengthUnit

The left value to compare.

right
LengthUnit

The right value to compare.

Returns

Applies to