NumberIsEqualToNumber

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
<Left> = <Right>
Associationscom.livecode.arithmetic
Summary

Equal to relation.

Parameters
NameTypeDescription
Left

An expression that evaluates to a number.

Right

An expression that evaluates to a number.

Values
NameTypeDescription
return

True if Left is equal to Right, and false otherwise.

Description

Equal to relation.

Tagsmath