Share via


ComparisonOperatorType Struct

Definition

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