logic:same string fields?
Version: 0.0.0
Description
Takes two string fields and compares them.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | string_fieldA | string_field | |
| Pin 1 Required | string_fieldB | string_field |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | are_identical | bool | |
| Pin 1 | information | string |
Configurations
| Name | Expected type(s) | Default value | Description |
|---|---|---|---|
| mutex | bool | false | If this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads. |
Scripting
Category: logic
Plugin: core
Scripting name: identical_string_fields
Full name: logic.identical_string_fields
Internal name: compare::string_field
License: None
Changelog
- Version 0.0.0: Initial release.