Поделиться через


CComPtrBase::IsEqualObject

Call this method to check if the specified IUnknown points to the same object associated with the CComPtrBase object.

bool IsEqualObject(
   IUnknown* pOther 
) throw( );

Параметры

  • pOther
    The IUnknown * to compare.

Возвращаемое значение

Returns true if the objects are identical, false otherwise.

Требования

Header: atlcomcli.h

См. также

Основные понятия

CComPtrBase Class

CComPtrBase Members