NAnt SDK Documentation - v0.92

ProjectBaseCollection.Contains Method

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