Skip to content

Instantly share code, notes, and snippets.

View dgreenway's full-sized avatar

Devon Greenway dgreenway

View GitHub Profile
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace System.Linq
{
public class KeyEqualityComparer<T> : IEqualityComparer<T>
{
private readonly Func<T, T, bool> comparer;