IsSibling(NormalizedPath) Method
Checks if this path is a sibling of the specified path.
Namespace
Statiq.Common
Containing Type
NormalizedPath

Syntax

public bool IsSibling(in NormalizedPath path)

Parameters

Name Type Description
path NormalizedPath The path to check.

Return Value

Type Description
bool true if this path is a sibling of the specified path, false otherwise.