public override bool Equals(RosMessage ____other) { if (____other == null) { return(false); } bool ret = true; xamlamoveit_msgs.UpdatePoseWorldView.Request other = (Messages.xamlamoveit_msgs.UpdatePoseWorldView.Request)____other; ret &= point.Equals(other.point); ret &= transient == other.transient; ret &= element_path == other.element_path; ret &= display_name == other.display_name; return(ret); }
public override bool Equals(RosMessage ____other) { if (____other == null) { return(false); } bool ret = true; xamlamoveit_msgs.GetPoseWorldView.Response other = (Messages.xamlamoveit_msgs.GetPoseWorldView.Response)____other; ret &= point.Equals(other.point); ret &= success == other.success; ret &= error == other.error; // for each SingleType st: // ret &= {st.Name} == other.{st.Name}; return(ret); }