6 Replies
I has HashSet on entity and converting it to string and back. It works
but when im using value comparer (to track changes) it say always that A == B
if i clone
x
then equals and ==
always false (as expected) but SequenceEqual
never false
laso on PropertyEntry current values always equals old onesSequenceEqual
should be true
if the two collections contain the same elements, so that should always be true for a clone until one collection is modified.well. for some reason it true
but sequence is diff
i mean it diff by ref
What are you passing into it? Thought I just read that you were cloning and testing
SequenceEqual
, sorry if I misread that.also its strange bc property current values and original values is same
they just ==
also i fixed this issue somehow
idk how
All those assertions should pass.