Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: CustomEqualityComparer<T>(Func<T, T, bool>, Func<T, int>)

Declaration

public CustomEqualityComparer<T>(
    Func<T, T, bool> comparison,
    Func<T, int> getHashCode
)

Summary

Constructor.

Parameters

Func<T, T, bool>comparison Provides the comparison function for this equality comparer.
Func<T, int>getHashCode Provides the hash function for this equality comparer.