System.SysUtils.TStringHelper.GetHashCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHashCode: Integer;

Properties

Type Visibility Source Unit Parent
function public System.SysUtils.pas System.SysUtils TStringHelper

Description

Returns the hash code for this string.

Note: If two strings are equal, this method returns identical values. However, there is not a unique hash code for each particular string value. Different strings can return the same hash code.

See Also