NAnt SDK Documentation - v0.85-nightly-2005-11-09

SolutionBase.ProjectEntryCollection.Contains Method (String)

[This is preliminary documentation and subject to change.]

Determines whether a SolutionBase.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 SolutionBase.ProjectEntry with GUID value is found in the collection; otherwise, false.

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.SolutionBase.ProjectEntryCollection.Contains(System.String)

See Also

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