Liquid XML Data Binder (C++, Java, VB6) / Reference / C++ / Reference / CSmartPtr / C++ operator== - CSmartPtr
C++ operator== - CSmartPtr
bool operator==(T* pT) const
  Property Description  
    Method Name operator ==  
    Argument - pT A pointer to the object to compare with this object  
    Returns true if this smart pointer contains a reference to the pT.  
    Description Compares the value of the pointers.  
    Remarks    
    Example