Go to the first, previous, next, last section, table of contents.

Equality.

One can take "equality" of mutable arrays. What is compared is the name or reference to the mutable array, not its contents.
sameMutableArray#     :: MutableArray# s elt -> MutableArray# s elt -> Bool
sameMutableByteArray# :: MutableByteArray# s -> MutableByteArray# s -> Bool

Go to the first, previous, next, last section, table of contents.