==(_:_:)

Returns a Boolean value indicating whether two values point to same objects.

JSObject.swift:221
static func == (lhs: JSObject, rhs: JSObject) -> Bool

Parameters

lhs

A object to compare.

rhs

Another object to compare.