Function rosidl_runtime_c__type_description__KeyValue__Sequence__are_equal
Defined in File key_value__functions.h
Function Documentation
-
bool rosidl_runtime_c__type_description__KeyValue__Sequence__are_equal(const rosidl_runtime_c__type_description__KeyValue__Sequence *lhs, const rosidl_runtime_c__type_description__KeyValue__Sequence *rhs)
Check for msg/KeyValue message array equality.
- Parameters:
lhs – [in] The message array on the left hand size of the equality operator.
rhs – [in] The message array on the right hand size of the equality operator.
- Returns:
true if message arrays are equal in size and content, otherwise false.