Condividi tramite


CComPtrBase::operator ==

l'operatore di uguaglianza.

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

Parametri

  • pint
    Un puntatore a un oggetto.

Valore restituito

Restituisce true se CComPtrBase e il punto di pint allo stesso oggetto, false.

Requisiti

Header: atlcomcli.h

Vedere anche

Riferimenti

CComPtrBase Class