Aracılığıyla paylaş


QueryOperatorType Struct

Definition

The operator to use for comparison.

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

Constructors

QueryOperatorType(String)

Initializes a new instance of QueryOperatorType.

Properties

In

In.

Methods

Equals(QueryOperatorType)

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

Determines if two QueryOperatorType values are the same.

Implicit(String to QueryOperatorType)

Converts a string to a QueryOperatorType.

Inequality(QueryOperatorType, QueryOperatorType)

Determines if two QueryOperatorType values are not the same.

Applies to