This topic has not yet been rated - Rate this topic

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;

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.