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