API Reference MyLibrary MyLibrary.Types IEqualityComparer<T> IEqualityComparer<T>.GetHashCode Method Definition Unit: MyLibrary.Types Package: MyLibrary Returns a hash code for the specified value. Delphi Copy 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.