Share via


cancellation_token::operator!= Operator

Determines whether two cancellation_token objects represent two different underlyign tokens.

bool operator!=(
   const cancellation_token& _Rhs
) const;

Parameters

  • _Rhs
    The cancellation_token object to compare with.

Return Value

true if the two objects represent different underlying tokens, false otherwise.

Requirements

Header: ppl.h

Namespace: concurrency

See Also

Reference

cancellation_token Class