PathEqualityComparer Class
Compares NormalizedPath instances.
Namespace
Statiq.Common
Interfaces
Base Types
  • object
PathEqualityComparer
object
IEqualityComparer<NormalizedPath>

Syntax

public sealed class PathEqualityComparer : IEqualityComparer<NormalizedPath>

Properties

Name Property Type Summary
Default PathEqualityComparer
static

Methods

Name Return Value Summary
Equals(NormalizedPath, NormalizedPath) bool
Determines whether the specified NormalizedPath instances are equal.
GetHashCode(NormalizedPath) int
Returns a hash code for the specified NormalizedPath.

Extension Methods