mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-13 11:44:57 +00:00
Renaming property comparer to predicate comparer
This commit is contained in:
@@ -694,7 +694,7 @@ namespace ICD.Common.Utils.Extensions
|
||||
if (propertyComparer == null)
|
||||
throw new ArgumentNullException("propertyComparer");
|
||||
|
||||
return extends.Distinct(new PropertyEqualityComparer<TItem, TProperty>(propertyComparer, getProperty));
|
||||
return extends.Distinct(new PredicateEqualityComparer<TItem, TProperty>(propertyComparer, getProperty));
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user