NumberIsNumber

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

Determines if Left is Right.

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.

RelatedOperator: NumberIsEqualToNumber
Description

Identical to the NumberIsEqualToNumber operator.

Tagsmath