smart_com::operator== Method

Checks whether op2 or p and this smart_com are identical.
Syntax:
bool operator==( const smart_com& op2 ) const;
bool operator==( const pointer p ) const;

Return value:

true if the pointers are identical, false if they differ.

See also: smart_com, smart_com::operator!=

<< smart_com