GetHashCode(NormalizedPath) Method
Returns a hash code for the specified NormalizedPath.
Namespace
Statiq.Common
Containing Type
PathEqualityComparer
Implements

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.