Perform JavaScript strict inequality comparison (!==) on two values.
!==
external bool strictNotEqual<T>(Object? first, Object? second);