QuantityCompareTo Method (Quantity) |
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
Syntaxpublic int CompareTo(
Quantity other
)
Public Function CompareTo (
other As Quantity
) As Integer
public:
virtual int CompareTo(
Quantity^ other
) sealed
abstract CompareTo :
other : Quantity -> int
override CompareTo :
other : Quantity -> int
Parameters
- other
- Type: Aloe.EnterpriseOne.ModelQuantity
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