: Public <<Enumeration>> Enumeration
Created: 28/03/2013 5:01:01 PM
Modified: 20/06/2015 2:33:58 PM
Project:
Advanced:
«Enumeration» 'ComparisonOperator' defines the set mathematical operators that may be used to compare numerical values; not equal, less than, less than or equal, equal, greater than or equal and greater than.
Attribute
Public
  ne
Details:
Notes: Comparison operator: "not equal to"
Public
  lt
Details:
Notes: Comparison operator: "less than"
Public
  le
Details:
Notes: Comparison operator: "less than or equal to"
Public
  eq
Details:
Notes: Comparison operator: "equal to"
Public
  ge
Details:
Notes: Comparison operator: "greater than or equal to"
Public
  gt
Details:
Notes: Comparison operator: "greater than"