[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Compares the contents of two stringlists.
Source position: classesh.inc line 496
public function TStrings.Equals( |
TheStrings: TStrings |
):Boolean; |
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: |
|
|
Number of strings in the list. |
|
|
Assign the contents of another stringlist to this one. |
No notes exist for this page yet.