BooleanIsNotEqualToBoolean

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

Determines whether Left and Right are equal or not.

Parameters
NameTypeDescription
Left

An expression which evaluates to a boolean value.

Right

An expression which evaluates to a boolean value.

Example
variable tBool is bool
put true is not false into tBool -- tBool is true
Values
NameTypeDescription
return

Returns true if Left evaluates to the opposite boolean value as Right.

Description

Determines whether Left and Right are equal or not.

Tagslogic