Strict equality check between two streams of dated properties. Emits one boolean per input. Sibling of Match (regex match against a string).Documentation Index
Fetch the complete documentation index at: https://docs.twine.se/llms.txt
Use this file to discover all available pages before exploring further.
Inputs
- In — the stream of dated properties to compare.
- Comparend — the values to compare against, paired against the input
by
valid_fromandid. If no matching pair exists, the input is compared againstnil.
Tips
- Use Constant for the comparend when comparing against a literal value.
- Wire the result into Switch’s check port to branch on the comparison.