Method
CamelNameValueArrayequal
since: 3.24
Declaration [src]
gboolean
camel_name_value_array_equal (
const CamelNameValueArray* array_a,
const CamelNameValueArray* array_b,
CamelCompareType compare_type
)
Description [src]
Compares content of the two CamelNameValueArray and returns whether
they equal. Note this is an expensive operation for large arrays.
Available since: 3.24
Parameters
array_a-
Type:
CamelNameValueArrayThe first
CamelNameValueArray.The argument can be NULL. array_b-
Type:
CamelNameValueArrayThe second
CamelNameValueArray.The argument can be NULL.The data is owned by the caller of the method. compare_type-
Type:
CamelCompareTypeA compare type, one of
CamelCompareType.