Determines whether the collection contains the specified style (
StyleInfo object).
'Declaration
Public Overridable Function Contains( _
ByVal As StyleInfo _
) As System.Boolean
'Usage
Dim instance As StyleInfoCollection
Dim style As StyleInfo
Dim value As System.Boolean
value = instance.Contains(style)
public virtual System.bool Contains(
StyleInfo
)
Parameters
- style
- Style (StyleInfo object) for which to check in the collection.
Return Value
true
if the collection contains the specified style (
StyleInfo object); otherwise,
false
.