Sdílet prostřednictvím


BudgetOperatorType Struct

Definition

The operator to use for comparison.

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

Constructors

BudgetOperatorType(String)

Initializes a new instance of BudgetOperatorType.

Properties

In

In.

Methods

Equals(BudgetOperatorType)

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

Determines if two BudgetOperatorType values are the same.

Implicit(String to BudgetOperatorType)

Converts a string to a BudgetOperatorType.

Inequality(BudgetOperatorType, BudgetOperatorType)

Determines if two BudgetOperatorType values are not the same.

Applies to