NAnt SDK Documentation - v0.92

ProjectEntryCollection.Contains Method (String)

Determines whether a ProjectEntry with the specified GUID is in the collection, using a case-insensitive lookup.

[Visual Basic]
Overloads Public Function Contains( _
   ByVal value As String _
) As Boolean
[C#]
public bool Contains(
   string value
);

Parameters

value
The GUID to locate in the collection.

Return Value

true if a ProjectEntry with GUID value is found in the collection; otherwise, false.

See Also

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