strictNotEquals 方法

JSBoolean strictNotEquals(
  1. JSAny? any
)

在 JavaScript 中结果为 this !== any

实现

external JSBoolean strictNotEquals(JSAny? any);