RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TJPEGImage.Equals Method

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

Pascal
function Equals(Graphic: TGraphic): Boolean; override;
C++
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!