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.
Determines whether two cancellation_token_source objects represent two different token sources.
bool operator!=(
const cancellation_token_source& _Rhs
) const;
Parameters
- _Rhs
The cancellation_token_source object to compare with.
Return Value
true if the two objects represent different underlying token sources, false otherwise.
Requirements
Header: ppl.h
Namespace: concurrency