!==

This block is part of the condition group and was last modified in core v10.4.28.

!== v10.4.28

checks whether its two operands are not equal

In pins 2
  • date_0 required
    date
  • date_1 required
    date
Out pins 1
  • condition
    condition

Negated equality: true when the two dates resolve to different unix seconds; false when they are the same second. When either date is missing or unparseable the output is FALSE, not true: a missing date does not count as unequal. Comparison is to the second, so the same day at different times IS unequal.

notdeepequal
notequal

A typical wiring for !==: the condition out pin feeds branch.

Studio canvas example for the !== block: typical wiring for !==.

Version history

Introduced in v10.4.28.


Back to condition Return to the main group to view all sub-groups Back to condition date Return to the group to view all blocks within this group