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<(CBigInteger const& roLN) const;
    bool operator>(CBigInteger const& roLN) const;
    bool operator<=(CBigInteger const& roLN) const;
    bool operator>=(CBigInteger const& roLN) const;
      Property Description  
        Method Name    
        Argument - roLN The item to be compared with this one.  
        Description Allows the current 2 BigIntegers to be compared  
        Returns    
        Remarks
     
        Example