Skip to main content

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.

Strict equality check between two streams of dated properties. Emits one boolean per input. Sibling of Match (regex match against a string).

Inputs

  • In — the stream of dated properties to compare.
  • Comparend — the values to compare against, paired against the input by valid_from and id. If no matching pair exists, the input is compared against nil.

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.

Ports