Method Contains
Contains(long)
Is the table entry associated to this Metadata?
Declaration
public bool Contains(long keyId)
Parameters
Type | Name | Description |
---|---|---|
long | keyId |
Returns
Type | Description |
---|---|
bool |
Contains(long, string)
Is the table entry and culture code associated to this Metadata?
Declaration
public bool Contains(long keyId, string code)
Parameters
Type | Name | Description |
---|---|---|
long | keyId | |
string | code |
Returns
Type | Description |
---|---|
bool |