NAnt SDK Documentation - v0.92

ProjectEntryCollection.Contains Method (ProjectEntry)

Determines whether a ProjectEntry is in the collection.

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

Parameters

item
The ProjectEntry to locate in the collection.

Return Value

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

See Also

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