NumberCompareType Enumeration

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Numerical compare type (Equals, less than..etc)

Namespace:  ArtOfTest.Common
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public enum NumberCompareType
Members

  Member nameValueDescription
Equals0 Tests the numbers to be equal.
LessThan1 Tests operand 1 to be less than operand 2.
GreaterThan2 Tests operand 1 to be greater than operand 2.
LessThanOrEqual3 Tests operand 1 to be less than or equal to operand 2.
GreaterThanOrEqual4 Tests operand 1 to be greater than or equal to operand 2.
NotEqual5 Tests operand 1 is not equal to operand 2.
See Also

Reference