ComparableByteArray

open class ComparableByteArray(val bytes: ByteArray)

A ByteArray which implements Object.equals and Object.hashCode

Constructors

Link copied to clipboard
constructor(bytes: ByteArray)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int