RCP API  6.61.0

◆ c_list_compare()

int c_list_compare ( const c_list_t c_list_1,
const c_list_t c_list_2 
)

Compare two lists.

Two lists are considered equal if all their entries are identical and they have the same "current" entry.

Parameters
[in]c_list_1first list to compare
[in]c_list_2second list to compare
Returns
1 if two lists are equal, 0 otherwise.