Share via


OrderItemType Struct

Definition

Order item type.

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

Constructors

OrderItemType(String)

Initializes a new instance of OrderItemType.

Properties

Purchase

Purchase OrderItem.

Rental

Rental OrderItem.

Methods

Equals(OrderItemType)

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

Determines if two OrderItemType values are the same.

Implicit(String to OrderItemType)

Converts a string to a OrderItemType.

Inequality(OrderItemType, OrderItemType)

Determines if two OrderItemType values are not the same.

Applies to