task::operator!= Operator

Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
This topic has not yet been rated - Rate this topic
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;

true if the objects refer to different underlying tasks, and false otherwise.

Header: ppltasks.h

Namespace: concurrency

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.