protected bool Equals(SpecSaved other) { return(Equals(spec, other.spec)); }
protected bool Equals(SpecSaved other) { return Equals(spec, other.spec); }