StringG.equal

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

class StringG
int
equal

Parameters

v2 StringG

another GString

Return Value

Type: int

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

Meta