Method Contains
- Namespace
- SharpVectors.Dom.Stylesheets
- Assembly
- SharpVectors.Css.dll
Contains(IStyleSheet)
Determines whether the ICollection<T> contains a specific value.
public bool Contains(IStyleSheet item)
Parameters
item
IStyleSheetThe object to locate in the ICollection<T>.
Returns
- bool
true if
item
is found in the ICollection<T>; otherwise, false.