PathEqualityComparer Class

Summary

Compares Wyam.Common.IO.NormalizedPath instances.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.IO
Interfaces
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(NormalizedPath, NormalizedPath) bool
Determines whether the specified Wyam.Common.IO.NormalizedPath instances are equal.
GetHashCode(NormalizedPath) int
Returns a hash code for the specified Wyam.Common.IO.NormalizedPath.
GitHub