Method Contains
Contains(long)
Is the Id value used by any entries in this SharedTableData?
Declaration
public bool Contains(long id)
Parameters
Type | Name | Description |
---|---|---|
long | id | Id to check. |
Returns
Type | Description |
---|---|
bool |
Contains(string)
Is the key value used by any entries in this SharedTableData?
Declaration
public bool Contains(string key)
Parameters
Type | Name | Description |
---|---|---|
string | key | Key to check. |
Returns
Type | Description |
---|---|
bool |