Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Compares this accelerator object with another and returns true if they are the same; otherwise, returns false.
bool operator==(
const accelerator &_Other
) const;
Parameters
- _Other
The accelerator object to compare with this one.
Return Value
true if the other accelerator object is same as this accelerator object; otherwise, false.
Requirements
Header: amprt.h
Namespace: Concurrency