Hashed Set "="
•Searches normally work
by computing the hash value of the item to find the bucket,
and then using Equivalent_Elements to find the matching
element in the bucket.
•Hashed set equality works a little differently. It uses element equality ("=") to compare the item to the elements in the
bucket. This is the only time when element
equality is used.