Compares the sizes of two Buffer objects.
Comparison rule: Byte-by-byte array of the buffer:
left > right, Return 1
left == right, Return 0
left < right, Return - 1
Buffer object
Compare Results
Compares the sizes of two Buffer objects.
Comparison rule: Byte-by-byte array of the buffer:
left > right, Return 1
left == right, Return 0
left < right, Return - 1