76
Equivalent_Sets
•Interestingly, set containers actually have two ways of being compared.  We have already seen the first way, set equality ("="), which is implemented in terms of element equality. •The second way, Equivalent_Sets, is implemented in terms of the equivalence relation for elements.  (Equivalent_Elements for hashed sets, and "<" for ordered sets.)