DesignIntf.TDesignerSelections.Equals

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Equals(const List: IDesignerSelections): Boolean; reintroduce;

C++

HIDESBASE bool __fastcall Equals(const _di_IDesignerSelections List);

Properties

Type Visibility Source Unit Parent
function protected
DesignIntf.pas
DesignIntf.hpp
DesignIntf TDesignerSelections

Description

Indicates whether the selections list is identical to another selections list.

Call Equals to determine whether the list specified by the List parameter contains exactly the same objects in the same order as this list. Equals returns false if the other list

Contains objects not in the Items array.

Contains a subset of the objects in the Items array.

Contains the same objects but in a different order.

See Also