[]
Checks whether this collection contains a style with a specified name.
public bool Contains(string name)
Public Function Contains(name As String) As Boolean
Type | Name | Description |
---|---|---|
string | name | The style name to check. |
Type | Description |
---|---|
bool | True if the collection contains a style with the specified name or alias, false otherwise. |