protected bool Equals(SpecDeleted other) { return Equals(hierarchy, other.hierarchy) && string.Equals(id, other.id); }
protected bool Equals(SpecDeleted other) { return(Equals(hierarchy, other.hierarchy) && string.Equals(id, other.id)); }