Method ContainsCurrency
ContainsCurrency(Currency)
Determines whether this bag contains a value with the specified currency.
Declaration
bool ContainsCurrency(Currency currency)
Parameters
Type | Name | Description |
---|---|---|
Currency | currency |
Returns
Type | Description |
---|---|
bool |
ContainsCurrency(string)
Determines whether this bag contains a value with the specified currency code.
Declaration
bool ContainsCurrency(string currencyCode)
Parameters
Type | Name | Description |
---|---|---|
string | currencyCode |
Returns
Type | Description |
---|---|
bool |