다음을 통해 공유


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 클래스