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 false if they are the same; otherwise, returns true.
bool operator!=(
const accelerator &_Other
) const;
Parameters
- _Other
The accelerator object to compare with this one.
Return Value
false if the two accelerator objects are the same; otherwise, true.
Requirements
Header: amprt.h
Namespace: Concurrency