[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'sysutils' (#rtl)

AnsiSameText

Checks whether 2 strings are the same (case insensitive)

Declaration

Source position: sysstrh.inc line 81

function AnsiSameText(

  const s1: String;

  const s2: String

):Boolean;

Description

SameTextcalls AnsiCompareTextwith S1and S2as parameters and returns Trueif the result of that call is zero, or Falseotherwise.

See also

AnsiCompareText

  

Compare 2 ansistrings, case insensitive, ignoring accents characters.

SameText

  

Checks whether 2 strings are the same (case insensitive)

AnsiSameStr

  

Checks whether 2 strings are the same (case sensitive)