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.
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.