QueryOperatorType 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 QueryOperatorType : IEquatable<Azure.ResourceManager.CostManagement.Models.QueryOperatorType>
type QueryOperatorType = struct
Public Structure QueryOperatorType
Implements IEquatable(Of QueryOperatorType)
- Inheritance
-
QueryOperatorType
- Implements
Constructors
QueryOperatorType(String) |
Initializes a new instance of QueryOperatorType. |
Properties
In |
In. |
Methods
Equals(QueryOperatorType) |
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(QueryOperatorType, QueryOperatorType) |
Determines if two QueryOperatorType values are the same. |
Implicit(String to QueryOperatorType) |
Converts a string to a QueryOperatorType. |
Inequality(QueryOperatorType, QueryOperatorType) |
Determines if two QueryOperatorType values are not the same. |
Applies to
Azure SDK for .NET