DesignIntf.IDesignObject.Equals

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Equals(Obj: TObject): Boolean; overload;
function Equals(const ADesignObject: IDesignObject): Boolean; overload;

C++

virtual bool __fastcall Equals(System::TObject* Obj) = 0 /* overload */;
virtual bool __fastcall Equals(const _di_IDesignObject ADesignObject) = 0 /* overload */;

Properties

Type Visibility Source Unit Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IDesignObject

Description

Determines whether the current instance of IDesignObject is the same as the object passed as parameter.

It returns True if the design object coincides with the Obj parameter or with the ADesignObject parameter.