OperatorType 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.OperatorTypeTypeConverter))]
public struct OperatorType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.OperatorType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.OperatorTypeTypeConverter))>]
type OperatorType = struct
interface IArgumentCompleter
Public Structure OperatorType
Implements IArgumentCompleter, IEquatable(Of OperatorType)
- Inheritance
-
OperatorType
- Attributes
- Implements
Fields
Contains | |
In |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type OperatorType (override for Object) |
Equals(OperatorType) |
Compares values of enum type OperatorType |
GetHashCode() |
Returns hashCode for enum OperatorType |
ToString() |
Returns string representation for OperatorType |
Operators
Equality(OperatorType, OperatorType) |
Overriding == operator for enum OperatorType |
Implicit(OperatorType to String) |
Implicit operator to convert OperatorType to string |
Implicit(String to OperatorType) |
Implicit operator to convert string to OperatorType |
Inequality(OperatorType, OperatorType) |
Overriding != operator for enum OperatorType |