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

SolutionBase.ProjectEntryCollection.Contains Method

[This is preliminary documentation and subject to change.]

Determines whether a SolutionBase.ProjectEntry is in the collection.

Overload List

Determines whether a SolutionBase.ProjectEntry is in the collection.

public bool Contains(ProjectEntry);

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

public bool Contains(string);

See Also

SolutionBase.ProjectEntryCollection Class | NAnt.VSNet Namespace