operator > method

Expr operator >(
  1. Object other
)

Predicate that checks if this expression is equal to other.

Implementation

Expr operator >(Object other) => gt(this, $(other));