Liquid XML Data Binder (C++, Java, VB6) / Reference / C++ / Reference / CBinaryData / C++ operator== - CBinaryData
In This Topic
    C++ operator== - CBinaryData
    In This Topic
    bool operator==(const CBinaryData& rhs) const;
      Property Description  
        Method Name operator==  
        Argument - rhs The item to be compared with this one.  
        Description Allows the current CBinaryData object to be compared with another  
        Returns Returns true if the binary data contained within each object is identical  
        Remarks
     
        Example