chickadee » srfi-146 » mapping=?

mapping=? comparator mapping1 mapping2 ...procedure

Returns #t if each mapping mapping contains the same associations, and #f otherwise.

Furthermore, it is explicitly not an error if mapping=? is invoked on mappings that do not share the same (key) comparator. In that case, #f is returned.