Compares
NormalizedPath
instances.
- Namespace
- Statiq
.Common - Interfaces
-
- IEqualityComparer
<NormalizedPath>
- IEqualityComparer
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["IEqualityComparer<NormalizedPath>"]
Type["PathEqualityComparer"]
class Type type-node
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 .
|