Check whether 2 strings are the same, case insensitive.
Source position: sysstrh.inc line 88
function SameStr( |
const s1: string; |
const s2: string |
):Boolean; overload; |
const s1: string; |
const s2: string; |
LocaleOptions: TLocaleOptions |
):Boolean; overload; |
SameStr checks whether S1 and S2 are the same. This is equivalent to checking that CompareStr returns 0.
None.
|
Compare 2 ansistrings case-sensitively, ignoring special characters. |