Summary
Determines whether a
NAnt.VSNet.ProjectBase is in the collection.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- Project
Base Collection
Syntax
public bool Contains(ProjectBase item)
Parameters
| Name | Type | Description |
|---|---|---|
| item | ProjectBase | The NAnt.VSNet.ProjectBase to locate in the collection. |
Return Value
| Type | Description |
|---|---|
| bool |
true if item is found in the
collection; otherwise, false.
|
