spring-framework / org.springframework.core.io / ByteArrayResource / equals

equals

open fun equals(other: Any?): Boolean

This implementation compares the underlying byte array.

See Also
java.util.Arrays#equals(byte[], byte[])