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