Skip to main content

BooleanIsNotEqualToBoolean

Type

operator

Summary

Determines whether Left and Right are equal or not.

Syntax

<Left> is not <Right>

Description

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.

Examples

variable tBool is bool
put true is not false into tBool -- tBool is true
Thank you for your feedback!

Was this page helpful?