JSValueIsStrictEqual(_:_:_:)
Tests whether two JavaScript values are strict equal.
Declaration
func JSValueIsStrictEqual(_ ctx: JSContextRef!, _ a: JSValueRef!, _ b: JSValueRef!) -> BoolParameters
- ctx:
The execution context to use.
- a:
The first value to test.
- b:
The second value to test.
Return Value
true if the two values are strict equal according to the JavaScript === operator; otherwise, false.