(Retrofit from trunk) Internal: Changed way AttributeLinkedSet check if two ormLinkSet are equal.

SVN:2.4[4973]
This commit is contained in:
Guillaume Lajarige
2017-10-05 15:42:51 +00:00
parent cef70ee9a2
commit 2e9cd6a342

View File

@@ -1355,7 +1355,7 @@ class AttributeLinkedSet extends AttributeDefinition
}
else
{
$bAreEquivalent = $val1->Equals($val2);
$bAreEquivalent = ($val2->HasDelta() === false);
}
return $bAreEquivalent;
}