将此 accelerator_view 对象与另一个进行比较,如果相同,则返回 false;否则返回 true。
bool operator!=(
const accelerator_view &_Other
) const;
参数
- _Other
与此对象相比较的accelerator_view对象。
返回值
如果两个对象相同,则为 false;否则,为 true。
要求
**标头:**amprt.h
**命名空间:**并发
将此 accelerator_view 对象与另一个进行比较,如果相同,则返回 false;否则返回 true。
bool operator!=(
const accelerator_view &_Other
) const;
如果两个对象相同,则为 false;否则,为 true。
**标头:**amprt.h
**命名空间:**并发