ProductLengthHeightWidthUnit Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| Name | Description |
|---|---|
| ProductLengthHeightWidthUnit(String) |
Initializes a new instance of ProductLengthHeightWidthUnit. |
Properties
| Name | Description |
|---|---|
| CM |
Centimeter. |
| IN |
Inch, applicable for West US. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |