RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TStringBuilder.Equals Method

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.

Pascal
function Equals(StringBuilder: TStringBuilder): Boolean; reintroduce;
C++
__fastcall Boolean Equals(TStringBuilder StringBuilder);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!