Return true if the specified lhs and rhs blobs do not have the same value.
Two blobs do not have the same value if they do not hold the same buffers, or do not have the same length.
true if the blobs do not have the same value, and false otherwise
| Name | Description |
|---|---|
| lhs | left-hand-side blob to compare |
| rhs | right-hand-side blob to compare |