what is the best way to deep-compare two lists in ...
# announcements
n
what is the best way to deep-compare two lists in Kotlin today?
k
list1 == list2
That's a deep comparison, it compares the elements of the lists.