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 <(
Amount first,
Amount second
)
Public Shared Operator < (
first As Amount,
second As Amount
) As Boolean
public:
static bool operator <(
Amount^ first,
Amount^ second
)
static let inline (<)
first : Amount *
second : Amount : bool
Parameters
- first
- Type: Aloe.EnterpriseOne.ModelAmount
The first amount. - second
- Type: Aloe.EnterpriseOne.ModelAmount
The second amount.
Return Value
Type:
Boolean
The result of the operator.
See Also