Indy 9
|
function AnsiSameText(const S1: string; const S2: string): Boolean;
AnsiSameText returns True if the strings are equal in lexical value, or False when the strings do not share the same collation order value.
AnsiSameText encapsulates the platform-specific procedures and functions used to perform string comparisons. On the Windows platform, the WIN32 API function used is CompareString.