TDrawingTextRun.Equals Method
Returns true if both instances have the same string and formatting.
Syntax
Unit: FlexCel.Core
function TDrawingTextRun.Equals(const obj: TDrawingTextRun): Boolean;
Parameters
<-> |
Parameter |
Type |
Description |
const |
obj |
TDrawingTextRun |
Object to compare. |
Returns
True if both strings are the same.
See also