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