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