intellij-randomness / com.fwdekker.randomness / kotlin.collections.Collection

Extensions for kotlin.collections.Collection

orderedEquals

fun <T : Any> Collection<T>.orderedEquals(that: Collection<T>): Boolean

Returns true iff this and that have the same elements in the same order.