[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Compares the contents of two stringlists.
Source position: classesh.inc line 722
public function TStrings.Equals( |
Obj: TObject |
):Boolean; override; overload; |
TheStrings: TStrings |
):Boolean; overload; |
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: |
|
|
Indexed access to the objects associated with the strings in the list. |
|
|
Indexed access to the strings in the list. |
|
|
Number of strings in the list. |
|
|
Assign the contents of another stringlist to this one. |