Summary
Determines whether a
NAnt.Core.Filters.FilterBuilder
for the specified
task is in the collection.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Filters - Containing Type
- Filter
Builder Collection
Syntax
public bool Contains(string taskName)
Parameters
Name | Type | Description |
---|---|---|
taskName | string | The name of task for which the NAnt.Core.Filters.FilterBuilder should be located in the collection. |
Return Value
Type | Description |
---|---|
bool |
true if a NAnt.Core.Filters.FilterBuilder for
the specified task is found in the collection; otherwise,
false .
|