Esempio n. 1
0
        public override bool Equals(IRosMessage ____other)
        {
            if (____other == null)
            {
                return(false);
            }
            bool ret = true;

            dynamic_reconfigure.ConfigDescription other = (Messages.dynamic_reconfigure.ConfigDescription)____other;

            if (groups.Length != other.groups.Length)
            {
                return(false);
            }
            for (int __i__ = 0; __i__ < groups.Length; __i__++)
            {
                ret &= groups[__i__].Equals(other.groups[__i__]);
            }
            ret &= max.Equals(other.max);
            ret &= min.Equals(other.min);
            ret &= dflt.Equals(other.dflt);
            // for each SingleType st:
            //    ret &= {st.Name} == other.{st.Name};
            return(ret);
        }
Esempio n. 2
0
            public override bool Equals(IRosMessage ____other)
            {
                if (____other == null)
                {
                    return(false);
                }
                bool ret = true;

                dynamic_reconfigure.Reconfigure.Request other = (Messages.dynamic_reconfigure.Reconfigure.Request)____other;

                ret &= config.Equals(other.config);
                return(ret);
            }
Esempio n. 3
0
            public override bool Equals(IRosMessage ____other)
            {
                if (____other == null)
                {
                    return(false);
                }
                bool ret = true;

                dynamic_reconfigure.Reconfigure.Response other = (Messages.dynamic_reconfigure.Reconfigure.Response)____other;

                ret &= config.Equals(other.config);
                // for each SingleType st:
                //    ret &= {st.Name} == other.{st.Name};
                return(ret);
            }