kotlin-utils / com.github.mckernant1.collections / kotlin.collections.Iterable / equals

equals

fun <T> Iterable<T>?.equals(other: Iterable<T>?, preserveOrder: Boolean = true): Boolean