strictNotEquals method

JSBoolean strictNotEquals(
  1. JSAny? any
)

Returns the result of 'this !== any' in JS.

Implementation

external JSBoolean strictNotEquals(JSAny? any);