Compartir a través de


OperatorType Struct

Definition

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

Applies to