StringG.equal

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

class StringG
bool
equal

Parameters

v2 StringG

another #GString

Return Value

Type: bool

%TRUE if the strings are the same length and contain the same bytes

Meta