Liquid XML Data Binder (C++, Java, VB6) / Reference / C++ / Reference / CBigInteger / C++ operator== - CBinaryData
In This Topic
    C++ operator== - CBinaryData
    In This Topic
    bool operator==(const CBigInteger& roLN) const;
    bool operator!=(CBigInteger const& roLN) const;
      Property Description  
        Method Name operator== and operator!=  
        Argument - roLN The item to be compared with this one.  
        Description Allows the current CBinaryData object to be compared with another  
        Returns operator== returns true if the 2 BigIntegers contain the same value.
    operator=! returns false if the 2 BigIntegers contain the same value.
     
        Remarks
     
        Example