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