ProductLengthHeightWidthUnit.Inequality Operator

Definition

Determines if two ProductLengthHeightWidthUnit values are not the same.

public static bool operator !=(Azure.ResourceManager.EdgeOrder.Models.ProductLengthHeightWidthUnit left, Azure.ResourceManager.EdgeOrder.Models.ProductLengthHeightWidthUnit right);
static member op_Inequality : Azure.ResourceManager.EdgeOrder.Models.ProductLengthHeightWidthUnit * Azure.ResourceManager.EdgeOrder.Models.ProductLengthHeightWidthUnit -> bool
Public Shared Operator != (left As ProductLengthHeightWidthUnit, right As ProductLengthHeightWidthUnit) As Boolean

Parameters

left
ProductLengthHeightWidthUnit

The left value to compare.

right
ProductLengthHeightWidthUnit

The right value to compare.

Returns

Applies to