Buffer.memcmp
int memcmp(size_t offset, ubyte[] mem)Compares size bytes starting from offset in buffer with the memory in mem.
Parameters
offset | the offset in buffer |
mem | the memory to compare |
Returns
0 if the memory is equal.
int memcmp(size_t offset, ubyte[] mem)Compares size bytes starting from offset in buffer with the memory in mem.
offset | the offset in buffer |
mem | the memory to compare |