Skip to main content

DataIsGreaterThanData

Type

operator

Summary

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

Syntax

<Left> &gt; <Right>

Description

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

Parameters

NameTypeDescription

Left

An expression which evaluates to binary data.

Right

An expression which evaluates to binary data.

Value

NameTypeDescription

return

True if Left is greater than Right, and false otherwise.

Thank you for your feedback!

Was this page helpful?