Determines whether the specified
NormalizedPath instances are equal.
- Namespace
- Statiq
.Common - Containing Type
- PathEqualityComparer
- Implements
-
- IEqualityComparer
<NormalizedPath> .Equals (NormalizedPath, NormalizedPath)
- IEqualityComparer
Syntax
public bool Equals(NormalizedPath x, NormalizedPath y)
Parameters
| Name | Type | Description |
|---|---|---|
| x | NormalizedPath | The first NormalizedPath to compare. |
| y | NormalizedPath | The second NormalizedPath to compare. |
Return Value
| Type | Description |
|---|---|
| bool |
True if the specified NormalizedPath instances are equal; otherwise, false.
|