Method Contains
Contains(MonetaryValue)
Determines whether this bag contains the specified value.
Declaration
bool Contains(MonetaryValue value)
Parameters
Returns
Contains(decimal, Currency)
Determines whether this bag contains the specified amount and currency.
Declaration
bool Contains(decimal amount, Currency currency)
Parameters
Returns
Contains(decimal, string)
Determines whether this bag contains the specified amount and currency code.
Declaration
bool Contains(decimal amount, string currencyCode)
Parameters
Returns