company logo

Binary :: isEqual - Assign binary data block

The function assigns right hand operand to the left hand binary data block.

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  :: isEqual ( 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.