Share via


CComPtr::operator ==

bool operator ==( T* pT ) const;

Return value

Returns true if the two pointers are equivalent; otherwise, false.

Parameters

pT

[in] Pointer to be compared with the internal pointer.

Remarks

Compares two pointers for equivalence.

CComPtr OverviewClass Members