Function javascriptcore_sys::JSStringIsEqual
source · pub unsafe extern "C" fn JSStringIsEqual(
a: JSStringRef,
b: JSStringRef
) -> boolExpand description
Tests whether two JavaScript strings match.
a: The firstJSStringto test.b: The secondJSStringto test.
Returns true if the two strings match, otherwise false.