identifier_equal


Description:


public bool identifier_equal (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 ArraySearchFunc.

Parameters:

id1

an identifier string

id2

an identifier string

Returns:

true if id1 and id2 are equal.


Namespace: Gda
Package: libgda-6.0