strictNotEquals 方法

JSBoolean strictNotEquals(
  1. JSAny? any
)

JavaScript 中 this !== any 的结果。

实现

external JSBoolean strictNotEquals(JSAny? any);