Method ContainsTag
ContainsTag(string)
Declaration
public bool ContainsTag(string id)
Parameters
Type | Name | Description |
---|---|---|
string | id | The key to find. |
Returns
Type | Description |
---|---|
bool |
|
Exceptions
Type | Condition |
---|---|
ArgumentNullException | If the |
ContainsTag(Tag)
Tells whether or not this catalog contains the specified Tag instance.
Declaration
public bool ContainsTag(Tag tag)
Parameters
Type | Name | Description |
---|---|---|
Tag | tag | The Tag to find. |
Returns
Type | Description |
---|---|
bool |
|
Exceptions
Type | Condition |
---|---|
ArgumentNullException | If the
|