Contains

TagCollection.Contains method

Determines whether the collection contains a specific name.

public bool Contains(string name)
ParameterTypeDescription
nameStringThe key to locate.

Return Value

True if the collection contains an tag with the specified key; otherwise, false.

See Also