Determines whether the collection contains the specified path.
- Namespace
- Statiq
.Common - Containing Type
- PathCollection
Syntax
public bool Contains(NormalizedPath path)
Parameters
Name | Type | Description |
---|---|---|
path | NormalizedPath | The path. |
Return Value
Type | Description |
---|---|
bool | true if the collection contains the path, otherwise false . |