Skip to main content

DataIsLessThanData

Type

operator

Summary

Determines whether Left is less than Right under a byte by byte comparison

Syntax

<Left> &lt; <Right>

Description

Left is less than Right if they are not equal, and the first byte in Right that is not equal to the corresponding byte in Left is of greater value.

Parameters

NameTypeDescription

Left

An expression which evaluates to binary data.

Right

An expression which evaluates to binary data.

Thank you for your feedback!

Was this page helpful?