operator__notequal.output 106 B

1234
  1. [1,2,3] != [1,2,4] true
  2. {"A":"a","B":"b"} != {"A":"a","B":"b"} false
  3. 17 != 17.0 false
  4. "foo" != "bar" true