This operator determines if the first argument is not equal to the second argument.
template <class T> bool operator!=(const T& x, const T& y);