Compares
NormalizedPath
instances.
- Namespace
- Statiq
.Common - Interfaces
-
- IEqualityComparer
<NormalizedPath>
- IEqualityComparer
- Base Types
-
- object
Syntax
public sealed class PathEqualityComparer : IEqualityComparer<NormalizedPath>
Properties
Name | Property Type | Summary |
---|---|---|
Default | PathEqualityComparer |
static
|
Methods
Name | Return Value | Summary |
---|---|---|
Equals |
bool |
Determines whether the specified
NormalizedPath instances are equal.
|
GetHashCode |
int |
Returns a hash code for the specified
NormalizedPath .
|