Method ContainsTable
ContainsTable(LocalizationTable)
Checks if a table with the same instance Id exists in the collection. This check should be fast as a table does not need to be loaded to have its instance Id compared.
Declaration
public bool ContainsTable(LocalizationTable table)
Parameters
| Type | Name | Description |
|---|---|---|
| LocalizationTable | table | The table to look for. |
Returns
| Type | Description |
|---|---|
| bool |
ContainsTable(LocaleIdentifier)
Checks if a table with the same LocaleIdentifier exists in the collection.
Declaration
public bool ContainsTable(LocaleIdentifier localeIdentifier)
Parameters
| Type | Name | Description |
|---|---|---|
| LocaleIdentifier | localeIdentifier | The Id to match against. |
Returns
| Type | Description |
|---|---|
| bool |