logic:same scopings container?
Version: 0.0.0
Description
Checks if two scopings_container are identical.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | scopings_containerA | scopings_container | |
| Pin 1 Required | scopings_containerB | scopings_container |
Outputs
| Output | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 | boolean | bool | bool (true if identical...) |
| Pin 1 | message | 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_sc
Full name: logic.identical_sc
Internal name: compare::scopings_container
License: None
Changelog
- Version 0.0.0: Initial release.