NAnt SDK Documentation - v0.85-nightly-2005-11-09

NUnitTestCollection.Contains Method 

[This is preliminary documentation and subject to change.]

Determines whether a NUnitTest is in the collection.

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

Parameters

item
The NUnitTest to locate in the collection.

Return Value

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

Remarks

Missing <remarks> documentation for M:NAnt.NUnit1.Types.NUnitTestCollection.Contains(NAnt.NUnit1.Types.NUnitTest)

See Also

NUnitTestCollection Class | NAnt.NUnit1.Types Namespace