Skip to main content
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