accelerator::operator== Operator

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

See Also

Reference

accelerator Class