Contents

JSStringIsEqual(_:_:)

Tests whether two JavaScript strings match.

Declaration

func JSStringIsEqual(_ a: JSStringRef!, _ b: JSStringRef!) -> Bool

Parameters

Return Value

true if the two strings match; otherwise, false.

See Also

Comparing JavaScript Strings