NAnt SDK Documentation - v0.92

FormatterElementCollection.Contains Method 

Determines whether a FormatterElement is in the collection.

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

Parameters

item
The FormatterElement to locate in the collection.

Return Value

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

See Also

FormatterElementCollection Class | NAnt.NUnit.Types Namespace