Ordered Set "="
•Computing ordered set
equality is straightforward: since the elements are already in
(sorted) order, there’s no need for a search.
Each element in one set is simply compared to the
corresponding element in the other set, using element equality. This is the only time when
element equality is used.