Ptr::!=

Ptr::!=
SF_INLINE bool operator !=(const Ptr & other) const;
SF_INLINE bool operator !=(C * pother) const;
Description

!= compares two smart pointers for inequality.

Parameters
Parameters 
Description 
C * pother 
Pointer to Ptr object for comparison.