Function
RBRefStringequal
Declaration [src]
gboolean
rb_refstring_equal (
gconstpointer ap,
gconstpointer bp
)
Description [src]
Key equality function suitable for use with GHashTable
.
Equality checks for RBRefString
are just pointer comparisons,
since there can only be one refstring for a given string.