NAnt SDK Documentation - v0.92

ProjectEntryCollection.Contains Method

Determines whether a ProjectEntry is in the collection.

Overload List

Determines whether a ProjectEntry is in the collection.

public bool Contains(ProjectEntry);

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

public bool Contains(string);

See Also

ProjectEntryCollection Class | NAnt.VSNet Namespace