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