diff --git a/plugins/FeedsProcessor.inc b/plugins/FeedsProcessor.inc
index add15455b8c4b35471d2d0309e3cb07fc6f6fc74..31d30b146cc8ca270f14f72b37b0b0d989280ee9 100644
--- a/plugins/FeedsProcessor.inc
+++ b/plugins/FeedsProcessor.inc
@@ -117,7 +117,7 @@ abstract class FeedsProcessor extends FeedsPlugin {
       }
 
       $hash = $this->hash($item);
-      $changed = ($hash == $this->getHash($entity_id));
+      $changed = ($hash !== $this->getHash($entity_id));
       $force_update = $this->config['skip_hash_check'];
 
       // Do not proceed if the item exists, has not changed, and we're not