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
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
Azure SDK for .NET