Return true if the specified lhs and rhs have the same value.
Two blob buffers have the same value if they represent the same buffer of the same size.
true if both blob buffers have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand-side blob buffer to compare |
| rhs | right-hand-side blob buffer to compare |