NAnt SDK Documentation - v0.92

ProjectBaseCollection.Contains Method (ProjectBase)

Determines whether a ProjectBase is in the collection.

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

Parameters

item
The ProjectBase to locate in the collection.

Return Value

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

See Also

ProjectBaseCollection Class | NAnt.VSNet Namespace | ProjectBaseCollection.Contains Overload List