neq method

LogicCommand neq(
  1. dynamic val
)

Implementation

LogicCommand neq(val) {
  return this.queryOP(QueryCommandsLiteral.NEQ, val);
}