FilterCollection.

Contains(Filter) Method

Summary

Determines whether a NAnt.Core.Filters.Filter is in the collection.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Filters
Containing Type
FilterCollection

Syntax

public bool Contains(Filter item)

Parameters

Name Type Description
item Filter The NAnt.Core.Filters.Filter to locate in the collection.

Return Value

Type Description
bool true if item is found in the collection; otherwise, false.