public RevisionObjectIdentity(string key, string revision) { Key = key; Revision = new ObjectIdentity <IObjectRevision <T> >(revision); }
protected bool Equals(ObjectIdentity <T> other) { return(string.Equals(Key, other.Key)); }