Method ContainsValue
ContainsValue(string)
Returns true if the table contains an entry with the same value.
Declaration
public bool ContainsValue(string localized)
Parameters
| Type | Name | Description |
|---|---|---|
| string | localized | The value to check for in all table entries. |
Returns
| Type | Description |
|---|---|
| bool | True if a match was found else false. |