[This is preliminary documentation and is subject to change.]
Namespace: NFX.FinancialAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public static bool operator <(
Amount left,
Amount right
)
public static bool operator <(
Amount left,
Amount right
)
Public Shared Operator < (
left As Amount,
right As Amount
) As Boolean
Public Shared Operator < (
left As Amount,
right As Amount
) As Boolean
public:
static bool operator <(
Amount left,
Amount right
)
public:
static bool operator <(
Amount left,
Amount right
)
static let inline (<)
left : Amount *
right : Amount : bool
static let inline (<)
left : Amount *
right : Amount : bool
Return Value
Type:
Boolean