Beispiel #1
0
 private D231_4121_Impl(D231_4121_Impl oldElem) : base()
 {
     a2_M0no_suXx_h4rD        = oldElem.a2_M0no_suXx_h4rD;
     b23_M0no_suXx_h4rD       = oldElem.b23_M0no_suXx_h4rD;
     a4_M0no_suXx_h4rD        = oldElem.a4_M0no_suXx_h4rD;
     b41_M0no_suXx_h4rD       = oldElem.b41_M0no_suXx_h4rD;
     b42_M0no_suXx_h4rD       = oldElem.b42_M0no_suXx_h4rD;
     a5_M0no_suXx_h4rD        = oldElem.a5_M0no_suXx_h4rD;
     d231_4121_M0no_suXx_h4rD = oldElem.d231_4121_M0no_suXx_h4rD;
 }
 private D231_4121_Impl(D231_4121_Impl oldElem, GRGEN_LIBGR.IGraph graph, IDictionary <GRGEN_LIBGR.IBaseObject, GRGEN_LIBGR.IBaseObject> oldToNewObjectMap) : base()
 {
     a2_M0no_suXx_h4rD        = oldElem.a2_M0no_suXx_h4rD;
     b23_M0no_suXx_h4rD       = oldElem.b23_M0no_suXx_h4rD;
     a4_M0no_suXx_h4rD        = oldElem.a4_M0no_suXx_h4rD;
     b41_M0no_suXx_h4rD       = oldElem.b41_M0no_suXx_h4rD;
     b42_M0no_suXx_h4rD       = oldElem.b42_M0no_suXx_h4rD;
     a5_M0no_suXx_h4rD        = oldElem.a5_M0no_suXx_h4rD;
     d231_4121_M0no_suXx_h4rD = oldElem.d231_4121_M0no_suXx_h4rD;
 }
		private D231_4121_Impl(D231_4121_Impl oldElem) : base()
		{
			a2_M0no_suXx_h4rD = oldElem.a2_M0no_suXx_h4rD;
			b23_M0no_suXx_h4rD = oldElem.b23_M0no_suXx_h4rD;
			a4_M0no_suXx_h4rD = oldElem.a4_M0no_suXx_h4rD;
			b41_M0no_suXx_h4rD = oldElem.b41_M0no_suXx_h4rD;
			b42_M0no_suXx_h4rD = oldElem.b42_M0no_suXx_h4rD;
			a5_M0no_suXx_h4rD = oldElem.a5_M0no_suXx_h4rD;
			d231_4121_M0no_suXx_h4rD = oldElem.d231_4121_M0no_suXx_h4rD;
		}
        public override bool AreAttributesEqual(GRGEN_LIBGR.IAttributeBearer that)
        {
            if (!(that is D231_4121_Impl))
            {
                return(false);
            }
            D231_4121_Impl that_ = (D231_4121_Impl)that;

            return(true &&
                   a2_M0no_suXx_h4rD == that_.a2_M0no_suXx_h4rD &&
                   b23_M0no_suXx_h4rD == that_.b23_M0no_suXx_h4rD &&
                   a4_M0no_suXx_h4rD == that_.a4_M0no_suXx_h4rD &&
                   b41_M0no_suXx_h4rD == that_.b41_M0no_suXx_h4rD &&
                   b42_M0no_suXx_h4rD == that_.b42_M0no_suXx_h4rD &&
                   a5_M0no_suXx_h4rD == that_.a5_M0no_suXx_h4rD &&
                   d231_4121_M0no_suXx_h4rD == that_.d231_4121_M0no_suXx_h4rD
                   );
        }