NAnt SDK Documentation - v0.92

ModuleCollection.Contains Method 

Determines whether a Module is in the collection.

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

Parameters

value
The Module to locate in the collection.

Return Value

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

See Also

ModuleCollection Class | NAnt.DotNet.Types Namespace