Check if 2 stringbuilders have the same content string.
Source position: syssbh.inc line 87
public function TUnicodeStringBuilder.Equals( |
StringBuilder: TUnicodeStringBuilder |
):Boolean; |
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.
|
Clear the string being built. |