Megosztás a következőn keresztül:


ForecastOperatorType Struct

Definition

The operator to use for comparison.

public readonly struct ForecastOperatorType : IEquatable<Azure.ResourceManager.CostManagement.Models.ForecastOperatorType>
type ForecastOperatorType = struct
Public Structure ForecastOperatorType
Implements IEquatable(Of ForecastOperatorType)
Inheritance
ForecastOperatorType
Implements

Constructors

ForecastOperatorType(String)

Initializes a new instance of ForecastOperatorType.

Properties

In

In.

Methods

Equals(ForecastOperatorType)

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(ForecastOperatorType, ForecastOperatorType)

Determines if two ForecastOperatorType values are the same.

Implicit(String to ForecastOperatorType)

Converts a string to a ForecastOperatorType.

Inequality(ForecastOperatorType, ForecastOperatorType)

Determines if two ForecastOperatorType values are not the same.

Applies to