System.Configuration.MgmtConfigurationRecord.IsConfigSectionMoved C# (CSharp) Метод

IsConfigSectionMoved() приватный Метод

private IsConfigSectionMoved ( SectionRecord sectionRecord, ConfigurationSection configSection ) : bool
sectionRecord SectionRecord
configSection ConfigurationSection
Результат bool
        private bool IsConfigSectionMoved(SectionRecord sectionRecord, ConfigurationSection configSection) {
            if (!sectionRecord.HasFileInput)
                return true;

            return AreLocationAttributesModified(sectionRecord, configSection);
        }