Summary
    Determines whether a 
		NAnt.NUnit.Types.FormatterElement is in the collection.
    - Assembly
- NAnt.NUnit .dll 
- Namespace
- NAnt.NUnit .Types 
- Containing Type
- FormatterElement Collection 
Syntax
public bool Contains(FormatterElement item)Parameters
| Name | Type | Description | 
|---|---|---|
| item | FormatterElement | The NAnt.NUnit.Types.FormatterElementto locate in the collection. | 
Return Value
| Type | Description | 
|---|---|
| bool | trueif item is found in the 
    collection; otherwise,false. | 
