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