notEquals method

JSBoolean notEquals(
  1. JSAny? any
)

The result of this != any in JavaScript.

Implementation

external JSBoolean notEquals(JSAny? any);