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