Compares two arguments (operands).
Returns True if the first value is greater than the second, otherwise False.
Syntax
[>]
Data Types of the Arguments
Integer, Number, Length, Area, Volume, or Angle (Must be identical for all arguments)
Data Type of the Result
True/False
Expression
Identify whether the element’s Purchase Price (an existing Number-type property) is greater than 30.
Expression
Purchase Price > 30
Result
True for elements whose price is over 30, otherwise False