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