System.SysUtils.TStringBuilder.Equals

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Equals(StringBuilder: TStringBuilder): Boolean; reintroduce;

C++

HIDESBASE bool __fastcall Equals(TStringBuilder* StringBuilder);

Properties

Type Visibility Source Unit Parent
function public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TStringBuilder

Description

Compares the character array in the Chars property, the Capacity property, and the MaxCapacity property of this instance to that of a supplied TStringBuilder instance.

Use Equals to compare the character array in the Chars property, the Capacity property, and the MaxCapacity property of this instance to that of a supplied TStringBuilder instance.

See Also