54555657585960616263
if (!(o instanceof BooleanIntPair)) { return false; } BooleanIntPair that = (BooleanIntPair) o; return (this.one == that.getOne()) && (this.two == that.getTwo()); }