notEquals 方法

JSBoolean notEquals(
  1. JSAny? any
)

JavaScript 中 this != any 的结果。

实现

external JSBoolean notEquals(JSAny? any);