Global has functions.
swap(x, y)
Same semantics as x.swap(y).
operator == (x, y)
Returns true if x and y contain the same elements in the same order. To accomplish this they most likely must have the same number of buckets as well.
operator != (x, y)
Returns !(x == y)