Table of Contents

Enum ComparisonOperator

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

Specifies the state of the element.

public enum ComparisonOperator
Extension Methods

Fields

Equal = 0

Specifies to compare if both values are equal.

GreaterThan = 2

Specifies to compare if one value is greater than the other value.

GreaterThanOrEqual = 3

Specifies to compare if one value is greater than or equal to the other value.

LessThan = 4

Specifies to compare if one value is less than the other value.

LessThanOrEqual = 6

Specifies to compare if one value is less than or equal to the other value.

NotEqual = 1

Specifies to compare if both values are not equal.