eq method

Expr eq(
  1. Object other
)

Implementation

Expr eq(Object other) => BinaryOp(BinaryOpKind.eq, this, $(other)).declare();