strEqual

fun strEqual(v1: <Error class: unknown class>, v2: <Error class: unknown class>): Boolean

Compares two strings for byte-by-byte equality and returns true if they are equal. It can be passed to g_hash_table_new() as the

Return

true if the two keys match

Parameters

v1

a key

v2

a key to compare with @v1