GreaterThan

class GreaterThan : BinaryExpression


The greater-than operator, which evaluates to true when operand1 > operand2.

val x = GreaterThan(7, 5)

Summary