FormatterCollection.

Contains(Formatter) Method

Summary

Determines whether a NAnt.Core.Types.Formatter is in the collection.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
FormatterCollection

Syntax

public bool Contains(Formatter item)

Parameters

Name Type Description
item Formatter The NAnt.Core.Types.Formatter to locate in the collection.

Return Value

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