Hello would like to ask the following question: Is would it be possible to implement a method which is comparing 2 bytebuffer values on equality i.e. something like
bufVariable.equal(anotherBufferValue : ByteBuffer) : boolean
I have searched for such method but was not able to find it.