Esempio n. 1
0
        public override bool Equals(ChangeMonitorableConfigFile other)
        {
            LogDescriptionConfig o = other as LogDescriptionConfig;

            if (other == null)
            {
                return(false);
            }
            return(this.Equals(o));
        }
        public override bool Equals(ChangeMonitorableConfigFile other)
        {
            EvaluatorRuleConfig o = other as EvaluatorRuleConfig;

            if (other == null)
            {
                return(false);
            }
            return(this.Equals(o));
        }