Buffer.memcmp

Compare size bytes starting from offset in buffer with the memory in mem.

class Buffer
int
memcmp
(,
void[] mem
)

Parameters

offset gsize

the offset in buffer

mem void[]

the memory to compare. [array length=size][element-type guint8]

Return Value

Type: int

0 if the memory is equal.

Meta