Returns a hash code for the specified
NormalizedPath
.
- Namespace
- Statiq
.Common - Containing Type
- PathEqualityComparer
- Implements
-
- IEqualityComparer
<NormalizedPath> .GetHashCode (NormalizedPath)
- IEqualityComparer
Syntax
public int GetHashCode(NormalizedPath path)
Parameters
Name | Type | Description |
---|---|---|
path | NormalizedPath | The path. |
Return Value
Type | Description |
---|---|
int | A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table. |