equals

Platform and version requirements: JS (1.1)
open fun equals(other: Any?): Boolean

Compares this list with another list instance with the ordered structural equality.

Return true, if other instance is a List of the same size, which contains the same elements in the same order.

© 2010–2022 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-abstract-mutable-list/equals.html