Closed Sergit closed 4 years ago
Comparing arrays returns always true due a small typo in line 729: var ey = ((IEnumerable)x).RuntimeCast(); Fixed by replacing with: var ey = ((IEnumerable)y).RuntimeCast();
@Sergit Thank you and very sorry!! I couldn't see your sending issue :(
I'll fix it!
nuget 0.4.113 was published.
Comparing arrays returns always true due a small typo in line 729: var ey = ((IEnumerable)x).RuntimeCast