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