다음을 통해 공유


cancellation_token_registration::operator!= 연산자

두 여부를 결정 합니다. cancellation_token_registration 개체는 두 개의 다른 취소 토큰 등록을 나타냅니다.

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

매개 변수

  • _Rhs
    cancellation_token_registration 와 비교할 개체입니다.

반환 값

true두 개체가 서로 다른 두 개의 토큰 등록 나타내면 false 그렇지.

요구 사항

헤더: ppl.h

네임 스페이스: 동시성

참고 항목

참조

cancellation_token_registration 클래스