[]
Determines whether the collection contains the specified style.
public bool Contains(NamedStyle style)
Public Function Contains(style As NamedStyle) As Boolean
Type | Name | Description |
---|---|---|
NamedStyle | style | Style (NamedStyle object) for which to check in the collection |
Type | Description |
---|---|
bool | True if the object is found in the collection; otherwise, false. |