contentEquals

fun <T : Any> contentEquals(first: Buffer<T>, second: Buffer<T>): Boolean

Check the element-by-element match of content of two buffers.

Sources

Link copied to clipboard