template<class T, class A> bool operator!=( const list <T, A>& lhs, const list <T, A>& rhs);
The template function returns !(lhs == rhs).
!(lhs == rhs)