/** Check */ public static bool Check(Item_Base_Base a_from, Item_Base_Base a_to) { bool t_result = true; t_result &= Simple.Check_Int("pub_3", a_from.pub_3, a_to.pub_3); t_result &= Simple.Check_Int("pro_3", a_from.pub_3, a_to.pub_3); t_result &= Simple.Check_Int("pri_3", a_from.pub_3, a_to.pub_3); return(t_result & Item_Base_Base_Base.Check(a_from, a_to)); }
/** Check */ public static bool Check(Item_Base_Base_Base a_from, Item_Base_Base_Base a_to) { bool t_result = true; t_result &= Simple.Check_Int("pub_4", a_from.pub_4, a_to.pub_4); t_result &= Simple.Check_Int("pro_4", a_from.pub_4, a_to.pub_4); t_result &= Simple.Check_Int("pri_4", a_from.pub_4, a_to.pub_4); return(t_result); }