Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The equality operator.
bool operator ==(
T * pT
) const throw( );
Parameters
- pT
A pointer to an object.
Return Value
Returns true if CComPtrBase and pT point to the same object, false otherwise.
Requirements
Header: atlcomcli.h