31 return from_ == other.from_ && to_ == other.to_ && type_ == other.type_ &&
32 scope_ == other.scope_ && message_name_ == other.message_name_ &&
33 return_type_ == other.return_type_ &&
34 condition_text_ == other.condition_text_ && comment_ == other.comment_;
66 std::optional<std::pair<unsigned int, std::string>> comment)