PatternCollection.Contains Method
- Namespace
- Kampute.DocToolkit.Collections
- Assembly
- Kampute.DocToolkit.dll
Definition
Determines whether the collection contains the specified pattern.
public bool Contains(string pattern)Parameters
patternstring- The pattern to check for.
