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