NAnt SDK Documentation - v0.92 |
|
FilterCollection.Contains Method
Determines whether a Filter is in the collection.
[Visual Basic]
Public Function Contains( _
ByVal
item As
Filter _
) As
Boolean
Parameters
-
item
- The Filter to locate in the collection.
Return Value
true if item is found in the collection; otherwise, false.
See Also
FilterCollection Class | NAnt.Core.Filters Namespace