NumberIsNotNumber

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

Determines if Left is not 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 not equal to Right, and false otherwise.

RelatedOperator: NumberIsNumber
Description

Returns the opposite of the NumberIsNumber operator.

Tagsmath