Return true if the specified lhs and rhs do not have the same value.
Two blob buffers do not have the same value if they do not represent the same buffer of the same size.
true if the blob buffers do not 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 |