equals

open fun equals(bitmap: Bitmap, other: Bitmap): Boolean

Validates if the bytes of a bitmap matches another

Return

true if equal

Parameters

bitmap

the bitmap to be compared against

other

the bitmap to compare with