DesignIntf.IDesignObject.Equals

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IDesignObject


Description

Détermine si l'instance de IDesignObject en cours est identique à l'objet transmis en tant que paramètre.

Elle renvoie True si l'objet de conception coïncide avec le paramètre Obj ou le paramètre ADesignObject.