company logo

Binary :: operator<= - Compare for less or equal

The operator checks whether the left binary data block is less than or equal to the right one.

When data block areas differ in size, but are identical in the smaller part, the larger binary data block is considered as the larger one.

Return value:  Success ( bool  )

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

Implementation details