@shegeley you want SRFI-125, specifically the "hash-table=?
" API. SRFI-125 is built-in to MIT Scheme, STkLos, and is available for Chez via this library. For Guile and Gambit you should try installing it from the SRFI website which points to this GitHub repo.
@ramin_hal9001 thanks a lot