== compares two smart pointers for equality.
Parameters |
Description |
const Ptr & other |
Reference to another object with which to compare. |
C * pother |
A pointer to another object with which to compare. |
A Boolean value of 1 if the two pointers are equal, otherwise 0.