快速比较两个uiimage是否相等防止使用原始dsdata造成界面卡顿问题

 UIImage *imageLater = image1;
 UIImage *imagePre = image2;

if (imageLater == imagePre){....}