ProductDescriptionType Struct

Definition

Type of description.

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

Constructors

ProductDescriptionType(String)

Initializes a new instance of ProductDescriptionType.

Properties

Base

Base description.

Methods

Equals(ProductDescriptionType)

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(ProductDescriptionType, ProductDescriptionType)

Determines if two ProductDescriptionType values are the same.

Implicit(String to ProductDescriptionType)

Converts a string to a ProductDescriptionType.

Inequality(ProductDescriptionType, ProductDescriptionType)

Determines if two ProductDescriptionType values are not the same.

Applies to