pub unsafe extern "C" fn aws_hash_table_eq(
a: *const aws_hash_table,
b: *const aws_hash_table,
value_eq: aws_hash_callback_eq_fn
) -> bool
Expand description
Compares two hash tables for equality. Both hash tables must have equivalent key comparators; values will be compared using the comparator passed into this function. The key hash function does not need to be equivalent between the two hash tables.