RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TGraphic.Equals Method (TGraphic)

Compare graphic to another TGraphic object and return true if objects contain same graphic.

Pascal
function Equals(Graphic: TGraphic): Boolean; virtual; overload; reintroduce;
function Equals(Obj: TObject): Boolean; override; overload;
C++
virtual __fastcall Boolean Equals(TGraphic Graphic);
virtual __fastcall Boolean Equals(TObject * Obj);

Equals compares the contents of two TGraphic objects. Equals returns false if the TGraphic are different classes or if they contain different graphical data. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!