QuantityLessThan Operator |
Implements the operator <.
Namespace:
Aloe.EnterpriseOne.Model
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static bool operator <(
Quantity first,
Quantity second
)
Public Shared Operator < (
first As Quantity,
second As Quantity
) As Boolean
public:
static bool operator <(
Quantity^ first,
Quantity^ second
)
static let inline (<)
first : Quantity *
second : Quantity : bool
Parameters
- first
- Type: Aloe.EnterpriseOne.ModelQuantity
The first quantity. - second
- Type: Aloe.EnterpriseOne.ModelQuantity
The second quantity.
Return Value
Type:
Boolean
The result of the operator.
See Also