StringIsNotString

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

Determines whether Left and Right are equal or not.

Parameters
NameTypeDescription
Left

An expression which evaluates to a string.

Right

An expression which evaluates to a string.

Values
NameTypeDescription
return

Returns true if Left is not identical to Right.

Description

The is not operator is case sensitive.

Tagsstrings