Summary
Determines whether a
NAnt.Core.Types.Pattern
is in the collection.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Types - Containing Type
- PatternCollection
Syntax
public bool Contains(Pattern item)
Parameters
Name | Type | Description |
---|---|---|
item | Pattern | The NAnt.Core.Types.Pattern to locate in the collection. |
Return Value
Type | Description |
---|---|
bool |
true if item is found in the
collection; otherwise, false .
|