Method Contains
Contains(string)
Gets a value indicating whether this registry contains a currency with the specified currency code.
Declaration
public bool Contains(string currencyCode)
Parameters
| Type | Name | Description |
|---|---|---|
| string | currencyCode |
Returns
| Type | Description |
|---|---|
| bool |
Contains(Currency)
Gets a value indicating whether this registry contains the specified currency.
Declaration
public bool Contains(Currency currency)
Parameters
| Type | Name | Description |
|---|---|---|
| Currency | currency |
Returns
| Type | Description |
|---|---|
| bool |