This topic has not yet been rated - Rate this topic

accelerator::operator!= Operator

Visual Studio 2012

Compares this accelerator object with another and returns false if they are the same; otherwise, returns true.

bool operator!=(
   const accelerator &_Other                     
) const;
_Other

The accelerator object to compare with this one.

false if the two accelerator objects are the same; otherwise, true.

Header: amprt.h

Namespace: Concurrency

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.