logic:same scopings?
Version: 0.0.0
Description
Check if two scopings are identical.
Inputs
| Input | Name | Expected type(s) | Description |
|---|---|---|---|
| Pin 0 Required | scopingA | scoping | |
| Pin 1 Required | scopingB | scoping |
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_scopings
Full name: logic.identical_scopings
Internal name: compare::scoping
License: None
Changelog
- Version 0.0.0: Initial release.