public bool InheritsFully(ProjectOptions inherited) { if (ViewModelSuffix != inherited.ViewModelSuffix) { return(false); } if (!ViewModelLocation.InheritsFully(inherited.ViewModelLocation)) { return(false); } if (!ViewLocation.InheritsFully(inherited.ViewLocation)) { return(false); } return(true); }