Compares two ref-counted strings for byte-by-byte equality.
It can be passed to GLib.HashTable.new as the key equality function,
and behaves exactly the same as GLib.str_equal (or strcmp()), but
can return slightly faster as it can check the string lengths before checking
all the bytes.
Compares two ref-counted strings for byte-by-byte equality.
It can be passed to GLib.HashTable.new as the key equality function, and behaves exactly the same as GLib.str_equal (or
strcmp()), but can return slightly faster as it can check the string lengths before checking all the bytes.