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