TdxCustomSmartImage.Compare(TdxCustomSmartImage) Method
In This Article
Compares two Smart Image containers.
#Declaration
Delphi
function Compare(AImage: TdxCustomSmartImage): Boolean; virtual;
#Parameters
Name | Type |
---|---|
AImage | Tdx |
#Returns
Type |
---|
Boolean |
#Remarks
Call this function to compare the current stored image and the image stored in a Smart Image container passed as the AImage parameter. The Compare function returns True if the stored images are identical; otherwise, False.
See Also