Summary
Compares
Wyam.Common.IO.NormalizedPath
instances.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .IO - 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>
Methods
Name | Value | Summary |
---|---|---|
Equals |
bool |
Determines whether the specified
Wyam.Common.IO.NormalizedPath instances are equal.
|
GetHashCode |
int |
Returns a hash code for the specified
Wyam.Common.IO.NormalizedPath .
|