ReferenceEqualityComparer<T>.GetHashCode Method
- Namespace
- Kampute.DocToolkit.Collections
- Assembly
- Kampute.DocToolkit.dll
Definition
Returns an identity-based hash code for the specified object.
public int GetHashCode(T obj)Parameters
objT- The object for which to get a hash code.
