Summary
Determines whether the list contains a module with a given name.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Modules - Containing Type
- IReadOnlyModuleList
Syntax
bool Contains(string name)
Parameters
Name | Type | Description |
---|---|---|
name | string | The name of the module. |
Return Value
Type | Description |
---|---|
bool | true if a module with the given name exists in the list, false otherwise. |