Binary :: operator== - Check binary data blocks to be identical
The function checks whether two binary data blocks are identical. The function returns true, when both data blocks are identical in size and value. Otherwise, the function returns false.
Return value: Success ( bool )
The value is true when the function was executed successfully. Otherwise the value is set to false.
Implementation details
bool
Binary  :: operator== ( odaba::Binary &cBinary )
- cBinary
- Binary data block handle
Constant reference to a binary data block handle, which may contain binary data up to 2 GB.