Compares the two Bytes values.
This function can be used to sort GBytes instances in lexographical order.
| this |
a pointer to a Bytes |
| bytes2 |
a pointer to a Bytes to compare with this |
|
a negative value if bytes2 is lesser, a positive value if bytes2 is greater, and zero if bytes2 is equal to bytes1 |