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

obj T
The object for which to get a hash code.

Returns

int
An identity-based hash code for obj, or zero if obj is null.