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.
true
this