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