Click or drag to resize

DelegateEqualityComparerT Constructor (FuncT, Object)

Namespace:  TomsToolbox.Essentials
Assembly:  TomsToolbox.Essentials (in TomsToolbox.Essentials.dll)
Syntax
public DelegateEqualityComparer(
	Func<T, Object?> selector
)

Parameters

selector
Type: SystemFuncT, Object
The selector that selects the object to compare, if e.g. two objects can be compared by a single property.
See Also