TagCollection.has

Checks whether a key exist in the collection or not.

class TagCollection(string tagName = "tags")
bool
has
(
string key
)

Parameters

key string

The key to check for existence.

Return Value

Type: bool

Returns true if the key exist, false otherwise.

Meta