Socrata was acquired by Tyler Technologies in 2018 and is now the Data and Insights division of Tyler. The platform is still powered by the same software formerly known as Socrata but you will see references to Data & Insights going forward.

equal

Function: ==
  Return true if the left side equals the right

Examples:

  1 == 1
  -- Result: true

  1 == 2
  -- Result: false

  'a' == 'b'
  -- Result: false




Signatures
a, a -> checkbox