NAnt SDK Documentation - v0.92

IResultFormatterCollection.Contains Method 

Determines whether a IResultFormatter is in the collection.

[Visual Basic]
Public Function Contains( _
   ByVal item As IResultFormatter _
) As Boolean
[C#]
public bool Contains(
   IResultFormatter item
);

Parameters

item
The IResultFormatter to locate in the collection.

Return Value

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

See Also

IResultFormatterCollection Class | NAnt.NUnit1.Types Namespace