def these_fields_are_equal(other)
        (uri == other.uri) &&
          (parameters == other.parameters) &&
          (username == other.username) &&
          (password == other.password) &&