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

TStrings.Equals

Compares the contents of two stringlists.

Declaration

Source position: line 0

public function TStrings.Equals(

  Obj: TObject

):Boolean; override; overload;

function TStrings.Equals(

  TheStrings: TStrings

):Boolean; overload;

Description

Equals compares the contents of the stringlist with the contents of TheStrings. If the contents match, i.e. the stringlist contain an equal amount of strings, and all strings match, then True is returned. If the number of strings in the lists is is unequal, or they contain one or more different strings, False is returned.

Remark:
  1. The strings are compared case-insensitively.
  2. The associated objects are not compared

See also

Tstrings.Items

TStrings.Count

  

Number of strings in the list.

TStrings.Assign

  

Assign the contents of another stringlist to this one.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.