IEqualityComparer<T>.GetHashCode Method

Definition

Returns a hash code for the specified value.

Delphi
function GetHashCode(const Value: T): Integer;

Parameters

Value
T

The value for which to return a hash code.

Returns

Integer

A hash code for the value.