template <class T, class U> bool operator==(const allocator<T>&, const allocator<U>&) noexcept;
Returns: true.
template <class T, class U> bool operator!=(const allocator<T>&, const allocator<U>&) noexcept;
Returns: false.