isTheSameAsset static method
Check asset
& image
file is the same asset or not.
Implementation
static bool isTheSameAsset(AssetEntity asset, ImageObject image) {
return asset.id == image.assetId;
}
Check asset
& image
file is the same asset or not.
static bool isTheSameAsset(AssetEntity asset, ImageObject image) {
return asset.id == image.assetId;
}