task::operator!= 運算子 (C++ REST SDK)
判斷兩個 task 物件是否表示不同的內部工作。
bool operator!=(
const task<_ReturnType>& _Rhs
) const;
bool operator!=(
const task<void>& _Rhs
) const;
參數
- _Rhs
傳回值
如果這些物件參考不同的基礎工作則為 true,否則為 false。
需求
**標頭:**pplxtasks.h
**命名空間:**pplx