W3cubDocs

/Kotlin

contentEquals

Platform and version requirements: JVM (1.0)
@JvmStatic @ExperimentalUnsignedTypes infix fun UIntArray.contentEquals(
    other: UIntArray
): Boolean
@JvmStatic @ExperimentalUnsignedTypes infix fun ULongArray.contentEquals(
    other: ULongArray
): Boolean
@JvmStatic @ExperimentalUnsignedTypes infix fun UByteArray.contentEquals(
    other: UByteArray
): Boolean
@JvmStatic @ExperimentalUnsignedTypes infix fun UShortArray.contentEquals(
    other: UShortArray
): Boolean

© 2010–2019 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-u-arrays-kt/content-equals.html