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