Skip to main content

TdxCustomSmartImage.Compare(TdxCustomSmartImage) Method

Compares two Smart Image containers.

Declaration

function Compare(AImage: TdxCustomSmartImage): Boolean; virtual;

Parameters

Name Type
AImage TdxCustomSmartImage

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