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