equals method

Condition<EntityT> equals(
  1. int p
)

Implementation

Condition<EntityT> equals(int p) => _op(p, _ConditionOp.eq);