eq method

LogicCommand eq(
  1. dynamic val
)

Implementation

LogicCommand eq(val) {
  return this.queryOP(QueryCommandsLiteral.EQ, val);
}