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