Udostępnij za pośrednictwem


HDInsightComparisonOperator Struct

Definition

The comparison operator.

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

Constructors

HDInsightComparisonOperator(String)

Initializes a new instance of HDInsightComparisonOperator.

Properties

GreaterThan

greaterThan.

GreaterThanOrEqual

greaterThanOrEqual.

LessThan

lessThan.

LessThanOrEqual

lessThanOrEqual.

Methods

Equals(HDInsightComparisonOperator)

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

Determines if two HDInsightComparisonOperator values are the same.

Implicit(String to HDInsightComparisonOperator)

Converts a string to a HDInsightComparisonOperator.

Inequality(HDInsightComparisonOperator, HDInsightComparisonOperator)

Determines if two HDInsightComparisonOperator values are not the same.

Applies to