ProductLengthHeightWidthUnit Struct

Definition

Unit for the dimensions of length, height and width.

public readonly struct ProductLengthHeightWidthUnit : IEquatable<Azure.ResourceManager.EdgeOrder.Models.ProductLengthHeightWidthUnit>
type ProductLengthHeightWidthUnit = struct
Public Structure ProductLengthHeightWidthUnit
Implements IEquatable(Of ProductLengthHeightWidthUnit)
Inheritance
ProductLengthHeightWidthUnit
Implements

Constructors

ProductLengthHeightWidthUnit(String)

Initializes a new instance of ProductLengthHeightWidthUnit.

Properties

CM

Centimeter.

IN

Inch, applicable for West US.

Methods

Equals(ProductLengthHeightWidthUnit)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ProductLengthHeightWidthUnit, ProductLengthHeightWidthUnit)

Determines if two ProductLengthHeightWidthUnit values are the same.

Implicit(String to ProductLengthHeightWidthUnit)

Converts a string to a ProductLengthHeightWidthUnit.

Inequality(ProductLengthHeightWidthUnit, ProductLengthHeightWidthUnit)

Determines if two ProductLengthHeightWidthUnit values are not the same.

Applies to