Return true if the specified lhs and rhs blobs have the same value.
Synopsis
Description
Two blobs have the same value if they hold the same buffers, and have the same length.
Return Value
true if both blobs have the same value, and false otherwise
Parameters
Name |
Description |
lhs |
left‐hand‐side blob to compare |
rhs |
right‐hand‐side blob to compare |
Created with MrDocs