Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Determines whether two task objects represent the same internal task.
bool operator==(
const task<_ReturnType>& _Rhs
) const;
bool operator==(
const task<void>& _Rhs
) const;
Parameters
- _Rhs
Return Value
true if the objects refer to the same underlying task, and false otherwise.
Requirements
Header: pplxtasks.h
Namespace: pplx