public static IEnumerable<TSource> DistinctUntilChanged<TSource>( IEnumerable<TSource> source, IEqualityComparer<TSource> comparer )