StringIsString

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
<Left> is <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 identical to Right.

Description

The is operator is case sensitive.

Tagsstrings