[]
Determines whether specified text already exists in tags collection.
public bool ContainsTag(string text)
| Type | Name | Description |
|---|---|---|
| string | text | The string to search for. |
| Type | Description |
|---|---|
| bool | Return true if such tag already exists; False otherwise. |