Пример #1
0
        public bool Equals(ConfigurationDesignManagerProxy other)
        {
            if (null == other)
            {
                throw new ArgumentNullException("other");
            }

            if (ConfigurationDesignManager.GetType() == other.ConfigurationDesignManager.GetType())
            {
                return(true);
            }
            return(false);
        }