String.equal

Compares two strings for equality, returning true if they are equal. For use with #GHashTable.

class String
bool
equal

Parameters

v2 glib.string_.String

another #GString

Return Value

Type: bool

true if the strings are the same length and contain the same bytes