accelerator::operator!= Operator

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

See Also

Reference

accelerator Class