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