@accepts(gpointer, gpointer) @returns(gboolean) def equal(ap, bp)
Key equality function suitable for use with GHashTable. Equality checks for RB.RefString are just pointer comparisons, since there can only be one refstring for a given string.
ap : |
an RB.RefString |
bp : |
another RBRefstring |
Returns : |
True if the strings are the same |