Function rosidl_runtime_c__String__are_equal
Defined in File string_functions.h
Function Documentation
-
bool rosidl_runtime_c__String__are_equal(const rosidl_runtime_c__String *lhs, const rosidl_runtime_c__String *rhs)
Check for rosidl_runtime_c__String structure equality.
- Parameters:
lhs – [in] a pointer to the left hand side of the equality operator.
lhs – [in] a pointer to the right hand side of the equality operator.
- Returns:
true if rosidl_runtime_c__String structures are equal in size and content, otherwise false.