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