GreaterThan Operator
Returns true if the first expression is greater than the second expression.
Syntax
expression1 > expression2
Returns true if the first expression is greater than the second expression.
Arguments
expression1
Expression
expression1
Expression
Remarks
- Example:
10 > 7 returns true.