NAnt SDK Documentation - v0.92

PatternCollection.Contains Method 

Determines whether a Pattern is in the collection.

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

Parameters

item
The Pattern to locate in the collection.

Return Value

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

See Also

PatternCollection Class | NAnt.Core.Types Namespace