JSStringIsEqual(_:_:)
Tests whether two JavaScript strings match.
Declaration
func JSStringIsEqual(_ a: JSStringRef!, _ b: JSStringRef!) -> BoolParameters
- a:
The first Jsstringref to test.
- b:
The second Jsstringref to test.
Tests whether two JavaScript strings match.
func JSStringIsEqual(_ a: JSStringRef!, _ b: JSStringRef!) -> BoolThe first Jsstringref to test.
The second Jsstringref to test.