same bytes
String.equal
bool equal(glib.string_.String v2)Compares two strings for equality, returning true if they are equal. For use with #GHashTable.
Parameters
v2 | another #GString |
Returns
true if the strings are the same length and contain the
bool equal(glib.string_.String v2)Compares two strings for equality, returning true if they are equal. For use with #GHashTable.
v2 | another #GString |
same bytes