protected bool Equals(SuiteAdded other) { return(Equals(hierarchy, other.hierarchy)); }
protected bool Equals(SuiteAdded other) { return Equals(hierarchy, other.hierarchy); }