smart_com::operator!= Method |
||
Checks whether op2 or p differ from this smart_com. | ||
Syntax: | bool operator!=( const smart_com& op2 ) const; bool operator!=( const pointer p ) const; |
|
Return value: | true if the pointers differ, false if they are equal. |
|
See also: | smart_com, smart_com::operator== |