Liquid XML Data Binder (C++, Java, VB6) / Reference / C++ / Reference / CSmartPtr / C++ operator!= - CSmartPtr
In This Topic
    C++ operator!= - CSmartPtr
    In This Topic
    bool operator!=(T* pT) const
      Property Description  
        Method Name    
        Argument - pT The pointer to compare.  
        Returns false if the pointer pT is the same as the pointer held within this smart pointer  
        Description    
        Remarks    
        Example