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