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

ProjectBaseCollection.Contains Method

[This is preliminary documentation and subject to change.]

Determines whether a ProjectBase is in the collection.

Overload List

Determines whether a ProjectBase is in the collection.

public bool Contains(ProjectBase);

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

public bool Contains(string);

See Also

ProjectBaseCollection Class | NAnt.VSNet Namespace