DataIsNotData

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
<Left> is not <Right>
Associationscom.livecode.binary
Summary

Determines whether Left and Right are equal or not.

Parameters
NameTypeDescription
Left

An expression which evaluates to binary data.

Right

An expression which evaluates to binary data.

Values
NameTypeDescription
return

Returns false if the result of evaluating Left is the same as that of Right, and true otherwise.

Description

Performs a byte by byte comparison of Left and Right, returning true if there is any difference.

Tagsbinary