Method: Polars::Expr#eq
- Defined in:
- lib/polars/expr.rb
permalink #eq(other) ⇒ Expr
Method equivalent of equality operator expr == other
.
3191 3192 3193 |
# File 'lib/polars/expr.rb', line 3191 def eq(other) self == other end |
Method equivalent of equality operator expr == other
.
3191 3192 3193 |
# File 'lib/polars/expr.rb', line 3191 def eq(other) self == other end |