| AmountCompareTo Method (Amount) | 
 
            Compares the current object with another object of the same type.
            
 
    Namespace: 
   Aloe.EnterpriseOne.Model
    Assembly:
   Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
 Syntax
Syntaxpublic int CompareTo(
	Amount other
)
Public Function CompareTo ( 
	other As Amount
) As Integer
public:
virtual int CompareTo(
	Amount^ other
) sealed
abstract CompareTo : 
        other : Amount -> int 
override CompareTo : 
        other : Amount -> int Parameters
- other
- Type: Aloe.EnterpriseOne.ModelAmount
 An object to compare with this object.
Return Value
Type: 
Int32
            A value that indicates the relative order of the objects being compared. The return value has the following meanings: Value Meaning Less than zero This object is less than the 
other parameter.Zero This object is equal to 
other. Greater than zero This object is greater than 
other.
            
Implements
IComparableTCompareTo(T) See Also
See Also