[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: classesh.inc line 722

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 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.Objects

  

Indexed access to the objects associated with the strings in the list.

TStrings.Strings

  

Indexed access to the strings in the list.

TStrings.Count

  

Number of strings in the list.

TStrings.Assign

  

Assign the contents of another stringlist to this one.


Documentation generated on: May 14 2021