54555657585960616263
if (!(o instanceof BooleanDoublePair)) { return false; } BooleanDoublePair that = (BooleanDoublePair) o; return (this.one == that.getOne()) && (Double.compare(this.two, that.getTwo()) == 0); }