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