company logo

Binary :: operator!= - Are binary data different

This operator is implemented for convenience instead of calling compare(). Two binary blocks are different, when having the different size or differ in content.

Return value:  Success ( bool  )

The value is true when the function was executed successfully. Otherwise the value is set to false.

Implementation details