TdxSpreadSheetAreaList.Equals(TObject) Method
Compares two cell range lists.
Declaration
function Equals(Obj: TObject): Boolean; override;
Parameters
Name | Type |
---|---|
Obj | TObject |
Returns
Type |
---|
Boolean |
Remarks
Call this function to compare the current cell range list to the list passed as the AObj parameter. The Equals function returns True if the corresponding cell ranges within both lists are identical; otherwise – False.
Note
The Equals function returns False if the specified object’s type is not TdxSpreadSheetAreaList.
See Also