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

pattern string
The pattern to check for.

Returns

bool
true if the collection contains the specified pattern; otherwise, false.