Summary
Returns a hash code for the specified
Wyam.Common.IO.NormalizedPath.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - Containing Type
- PathEqualityComparer
Syntax
public int GetHashCode(NormalizedPath obj)
Parameters
| Name | Type | Description |
|---|---|---|
| obj | 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. |
