equals method

Implementation

BinaryOperatorExpr equals(Expression rhs) {
  return BinaryOperatorExpr(BinaryOperator.Equals, this, rhs);
}