ProductLengthHeightWidthUnit.Equality Operator

Definition

Determines if two ProductLengthHeightWidthUnit values are the same.

public static bool operator ==(Azure.ResourceManager.EdgeOrder.Models.ProductLengthHeightWidthUnit left, Azure.ResourceManager.EdgeOrder.Models.ProductLengthHeightWidthUnit right);
static member ( = ) : 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