public virtual bool InheritsTemplate()

in generators/app/templates/default/src/Foundation/GlassMapper/CodeFolderX/Models/GlassBase.cs [44:50]


        public virtual bool InheritsTemplate(Guid templateGuid)
        {
            if (!this.BaseTemplateIds.Contains(templateGuid))
                return this.ItemTemplateId.Equals(templateGuid);

            return true;
        }