NAnt SDK Documentation - v0.92

NamespaceImportCollection.Contains Method 

Determines whether a NamespaceImport is in the collection.

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

Parameters

value
The NamespaceImport to locate in the collection.

Return Value

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

See Also

NamespaceImportCollection Class | NAnt.DotNet.Types Namespace