IReadOnlyPatternCollection.Matches Method

Namespace
Kampute.DocToolkit.Collections
Assembly
  • Kampute.DocToolkit.dll

Definition

Determines whether the specified value matches any pattern in the collection.
bool Matches(string value)

Parameters

value string
The value to check for.

Returns

bool
true if the collection contains a pattern that matches the value; otherwise, false.