Liquid XML Data Binder (C++, Java, VB6) / Reference / Visual Basic 6 / Reference / BigInteger / C++ operator!= - BigInteger
In This Topic
    C++ operator!= - BigInteger
    In This Topic
    Function Compare(pBigInt As BigInteger) As Long
      Property Description  
        Method Name Compare  
        Argument - pBigInt The item to be compared with this one.  
        Description Allows the current 2 BigIntegers to be compared  
        Returns 0 if they are the same
    -1 if pBigInt is smaller than the current value
    1 if pBigInt is larger than the current value
     
        Remarks
     
        Example