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