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