Delegate DelegateEqualityComparer<T>.GetHashCodeDelegate
A delegate to calculate the hashcode.
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public delegate int GetHashCodeDelegate(T obj);
Parameters
T
obj
|
Returns
System.Int32
|