Is there a better way to write this? `list1.toType...
# announcements
i
Is there a better way to write this?
list1.toTypedArray().contentEquals(list2.toTypedArray())
Edit: My bad, this is default behaviour for Collections. I had an error somewhere else.