-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
equals extension for deep equality of iterables #52
Comments
|
I like the idea but I'm unsure if we should use Alternatively you could use collections which support equality by default: |
You probably mean == operator, I didn't see a equals in Iterable, List, etc. |
Yes, my bad. Is the |
To be honest I am against about to use different collections. I prefer use core lib with extensions =) |
Does |
Well, contentEquals solved my problem, but I think will be nice to have deep collection equality as well. |
Please add equals extensions based on ListEquality and so on...
The text was updated successfully, but these errors were encountered: