operator > method

Expr operator >(
  1. Object other
)

Implementation

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