[This is preliminary documentation and is subject to change.]
Perfoms case-insensitive currency equality comparison
Namespace: NFX.FinancialAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public bool IsSameCurrencyAs(
Amount other
)
public bool IsSameCurrencyAs(
Amount other
)
Public Function IsSameCurrencyAs (
other As Amount
) As Boolean
Public Function IsSameCurrencyAs (
other As Amount
) As Boolean
public:
bool IsSameCurrencyAs(
Amount other
)
public:
bool IsSameCurrencyAs(
Amount other
)
member IsSameCurrencyAs :
other : Amount -> bool
member IsSameCurrencyAs :
other : Amount -> bool
Return Value
Type:
Boolean