task::operator!= Operator
Visual Studio 2012
Determines whether two task objects represent different internal tasks.
bool operator!=( const task<_ReturnType>& _Rhs ) const; bool operator!=( const task<void>& _Rhs ) const;