identifierEqual
fn
bool identifierEqual(string id1, string id2)Does the same as strcmp(id1, id2), but handles the case where id1 and/or id2 are enclosed in double quotes. can also be used in hash tables as a #GEqualFunc.
Parameters
id1 | an identifier string |
id2 | an identifier string |
Returns
true if id1 and id2 are equal.