DataIsData

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
<Left> is <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 true if the result of evaluating Left is the same as that of Right, and false otherwise.

Description

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

Tagsbinary