|
RAD Studio VCL Reference
|
Compare graphic to another TGraphic object and return true if objects contain same graphic.
function Equals(Graphic: TGraphic): Boolean; override;
virtual __fastcall Boolean Equals(TGraphic Graphic);
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!
|