Esempio n. 1
0
        public Boolean IsEqual(PopulationType comparePopulationType)
        {
            Boolean isEqual = base.IsEqual((CoreConfigurationObject)comparePopulationType);


            return(isEqual);
        }
Esempio n. 2
0
        public PopulationType Copy()
        {
            Server.Application.PopulationType serverPopulationType = (Server.Application.PopulationType)ToServerObject();

            PopulationType copiedPopulationType = new PopulationType(application, serverPopulationType);

            return(copiedPopulationType);
        }