Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether two task objects represent different internal tasks.
bool operator!=(
const task<_ReturnType>& _Rhs
) const;
bool operator!=(
const task<void>& _Rhs
) const;
Parameters
- _Rhs
Return Value
true if the objects refer to different underlying tasks, and false otherwise.
Requirements
Header: ppltasks.h
Namespace: concurrency