
The Contains node, using a provided key, searches a Map for an associated item, returning true if the Map contains the item, confirming the key's existence.
Inputs
Pin Location | Name | Description |
---|---|---|
![]() |
Target Map | The Map that you want to search. |
![]() |
Key | The key that you're using for the search. |
Outputs
Pin Location | Name | Description |
---|---|---|
![]() |
Boolean Return Value | If the node finds the item in the Map, the node returns true. Otherwise, if the node returns false, there is no item contained in the Map that uses the provided key. |
Example Usage
