TRTFRun.Equals Method
Determines whether two TRTFRun instances are equal.
Syntax
Unit: FlexCel.Core
function TRTFRun.Equals(const obj: TRTFRun): Boolean;
Parameters
<-> |
Parameter |
Type |
Description |
const |
obj |
TRTFRun |
The Object to compare with the current TRTFRun. |
Returns
true if the specified Object is equal to the current TRTFRun; otherwise, false.
See also