check CRC32
Checks whether the checksum written with the payload matches the checksum of the payload itself. Note that the checksum is computed starting at the readerIndex = 0. The readerIndex is expected to be at the end of the crc32 value itself.
Return
whether the written crc32 matches with the crc32 that we computed.