identifierEqual

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.

bool
identifierEqual
(
string id1
,
string id2
)

Parameters

id1 string

an identifier string

id2 string

an identifier string

Return Value

Type: bool

true if id1 and id2 are equal.