I
I
Incari Studio
Search…
2021.5
Incari HMI Development Platform
Demo Projects
Overview
4 Methods of Animation
Using APIs to Pull Dynamic Data
An Analog Clock
Image Sequence Button Animation
Getting Started
Requirements
What's New
Installation
Project Objects
Scene Objects
Attributes
Data Types
Terminology
Modules
Asset Manager
Animation Editor
Attribute Editor
Code Editor
Console
Exporter
Image Sequence Editor
Logic Editor
Global Preferences
Material Editor
Model Editor
Profiler View
Project Outliner
Project Settings
Scene Outliner
Toolbox
Actions
Array
Binary
Communication
DateTime
Development
Dictionary
Events
Flow Control
Functions
Incari
IO
Math
String
Capitalize
CharCodeAt
Compare
Concat Strings
Contains
EndsWith
CryptoHash
Flatten
Format
IndexOf
Join
JSON Parse
JSON Stringify
LastIndexOf
Length
Lower
IsLower
MatchRegex
PaddingLeft
PaddingRight
RandomString
RemoveCharacters
Replace
ReplaceRegex
Reverse
Split
StartsWith
String Value
Trim
TrimLeft
TrimRight
Upper
IsUpper
Utilities
Variables
Web
Powered By
GitBook
Compare
Overview
The Compare Node.
The
Compare
Node
compares two
Strings
and outputs the result indicating whether they are equal or not in two forms: an
Int
and a
Bool
.
Attributes
Inputs
Attribute
Type
Description
String 1
String
The default value of the first
String
to be compared, if none is given in the
String 1
Socket
.
String 2
String
The default value of the second
String
to be compared, if none is given in the
String 2
Socket
.
Inputs
Input
Type
Description
Pulse Input
(â–º)
Pulse
A standard
Input Pulse
, to trigger the execution of the
Node
.
String 1
String
The first
String
to be compared.
String 2
String
The second
String
to be compared.
Outputs
Output
Type
Description
Pulse Output
(â–º)
Pulse
A standard
Output Pulse
, to move onto the next
Node
along the
Logic Branch
, once this
Node
has finished its execution.
Result
Int
0, if the
Strings
are equal; -1, if they are not.
Equal
Bool
True
, if the
Strings
are equal;
false
, if they are not.
See Also
​
String Value
​
Previous
CharCodeAt
Next
Concat Strings
Last modified
3mo ago
Copy link
Contents
Overview
Attributes
Inputs
Inputs
Outputs
See Also