SysUtils.AnsiSameStr
From RAD Studio VCL Reference
Contents |
Delphi Information
From SysUtils.pas
function AnsiSameStr(const S1: string; const S2: string): Boolean; overload;
Unit: SysUtils
Type: function
Visibility: public
C++ Information
From SysUtils.hpp
bool __fastcall AnsiSameStr(System::UnicodeString S1, System::UnicodeString S2);
Unit: SysUtils
Type: function
Description
Compares strings based on the current locale with case sensitivity.
AnsiSameStr compares S1 to S2, with case sensitivity. The comparison operation is controlled by the current locale. The return value is True if the two strings have the same value or False otherwise.