cancellation_token_registration::operator!= 运算符
确定两 cancellation_token_registration 对象是否表示两个不同的取消标记注册。
bool operator!=(
const cancellation_token_registration& _Rhs
) const;
参数
- _Rhs
cancellation_token_registration 对象和进行比较。
返回值
true ,如果两个对象表示两个单独的标记注册,否则 false 。
要求
**标头:**ppl.h
命名空间: 并发