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