PathEqualityComparer.

Equals(NormalizedPath, NormalizedPath) Method

Summary

Determines whether the specified Wyam.Common.IO.NormalizedPath instances are equal.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Containing Type
PathEqualityComparer

Syntax

public bool Equals(NormalizedPath x, NormalizedPath y)

Parameters

Name Type Description
x NormalizedPath The first Wyam.Common.IO.NormalizedPath to compare.
y NormalizedPath The second Wyam.Common.IO.NormalizedPath to compare.

Return Value

Type Description
bool True if the specified Wyam.Common.IO.NormalizedPath instances are equal; otherwise, false.
GitHub