EnumNumberCompareType
Enum
Numerical compare type (Equals, less than..etc)
Definition
Namespace:ArtOfTest.Common
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
[DataContract]
public enum NumberCompareType
Fields
Equals
Tests the numbers to be equal.
GreaterThan
Tests operand 1 to be greater than operand 2.
GreaterThanOrEqual
Tests operand 1 to be greater than or equal to operand 2.
LessThan
Tests operand 1 to be less than operand 2.
LessThanOrEqual
Tests operand 1 to be less than or equal to operand 2.
NotEqual
Tests operand 1 is not equal to operand 2.