Compares two strings for byte-by-byte equality and returns true
if they are equal. It can be passed to g_hash_table_new() as the
key_equal_func parameter, when using non-null strings as keys in a
GLib.HashTable.
This function is typically used for hash table comparisons, but can be used
for general purpose comparisons of non-null strings. For a null-safe string
comparison function, see g_strcmp0().
Compares two strings for byte-by-byte equality and returns
trueif they are equal. It can be passed tog_hash_table_new()as thekey_equal_funcparameter, when using non-nullstrings as keys in a GLib.HashTable.This function is typically used for hash table comparisons, but can be used for general purpose comparisons of non-
nullstrings. For anull-safe string comparison function, seeg_strcmp0().