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