StringIsString
Type
operator
Summary
Determines whether Left and Right are equal or not.
Syntax
<Left> is <Right>
Description
The is operator is case sensitive.
Parameters
| Name | Type | Description |
|---|---|---|
Left | An expression which evaluates to a string. | |
Right | An expression which evaluates to a string. |
Value
| Name | Type | Description |
|---|---|---|
return | Returns true if Left is identical to Right. |