Does not equal (Strict)
Checks if the values are not strictly equal (different value or type).
Check whether two values are different in either content or data type. For example,
the integer 1 and the string “1” will return true.
Checks if the values are not strictly equal (different value or type).