Checks if this path is the specified path or if this path is a sibling of the specified path.
- Namespace
- Statiq
.Common - Containing Type
- NormalizedPath
Syntax
public bool IsSiblingOrSelf(in NormalizedPath path)
Parameters
Name | Type | Description |
---|---|---|
path | NormalizedPath | The path to check. |
Return Value
Type | Description |
---|---|
bool | true if the path is this path or is a sibling of the specified path, false otherwise. |