int axl_hash_equal_string ( axlPointer  keya,
axlPointer  keyb 
)

Common equal hash function associated to axl_hash_string that allows to check two keys to be equal, conforming to the results expected by the hash (axlHash).

Parameters:
keya The key to compare.
keyb The other key to compare.
Returns:
0 if both strings are equal and any other else value when they differs.