``` (%which (d) (%= (hash 1 1) (hash 1 d))) ``` returns `'((d . 1))`. However, ``` (%which (d) (%= (hash 1 1) (hash d 1))) ``` returns `#f`.