template< class Key, class Hash, class KeyEqual, class Allocator >
bool operator==( const unordered_set<Key,Hash,KeyEqual,Allocator>& lhs,
const unordered_set<Key,Hash,KeyEqual,Allocator>& rhs ); (1) template< class Key, class Hash, class KeyEqual, class Allocator >
bool operator!=( const unordered_set<Key,Hash,KeyEqual,Allocator>& lhs,
const unordered_set<Key,Hash,KeyEqual,Allocator>& rhs ); (2)