[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'sysutils' (#rtl) |
Checks whether 2 strings are the same (case insensitive)
Source position: sysstrh.inc line 84
function AnsiSameText( |
const s1: String; |
const s2: String |
):Boolean; |
SameText calls AnsiCompareText with S1 and S2 as parameters and returns True if the result of that call is zero, or False otherwise.
|
Compare 2 ansistrings, case insensitive, ignoring accents characters. |
|
|
Checks whether 2 strings are the same (case insensitive) |
|
|
Checks whether 2 strings are the same (case sensitive) |
No notes exist for this page yet.