IResultFormatterCollection.

Contains(IResultFormatter) Method

Summary

Determines whether a NAnt.NUnit1.Types.IResultFormatter is in the collection.
Assembly
NAnt.NUnit1.dll
Namespace
NAnt.NUnit1.Types
Containing Type
IResultFormatterCollection

Syntax

public bool Contains(IResultFormatter item)

Parameters

Name Type Description
item IResultFormatter The NAnt.NUnit1.Types.IResultFormatter to locate in the collection.

Return Value

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