Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TAnsiStringBuilder.Equals

Check if 2 stringbuilders have the same content string.

Declaration

Source position: syssbh.inc line 72

public function TAnsiStringBuilder.Equals(

  StringBuilder: TAnsiStringBuilder

):Boolean;

Description

Equals checks that the self instance has the same content as the StringBuilder instance. It checks the length and content (as bytes) of the strings.

See also

TAnsiStringBuilder.Clear

  

Clear the string being built.


Documentation generated on: Jul 24 2023