PathEqualityComparer Class
Compares NormalizedPath instances.
Namespace
Statiq.Common
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>

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