次の方法で共有


CComPtrBase::operator ==

等値演算子。

bool operator ==(
   T * pT 
) const throw( );

パラメーター

  • pT
    オブジェクトへのポインター。

戻り値

同じへの CComPtrBasepT が指すオブジェクトと true、それ以外の場合は false を返します。

必要条件

ヘッダー : atlcomcli.h

参照

関連項目

CComPtrBase クラス