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

TUnicodeStringBuilder.Equals

Check if 2 stringbuilders have the same content string.

Declaration

Source position: syssbh.inc line 87

public function TUnicodeStringBuilder.Equals(

  StringBuilder: TUnicodeStringBuilder

):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

TUnicodeStringBuilder.Clear

  

Clear the string being built.


Documentation generated on: Jul 27 2024