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