Function javascriptcore_sys::JSStringIsEqual
[−]
[src]
pub unsafe extern "C" fn JSStringIsEqual(a: JSStringRef, b: JSStringRef) -> bool
Tests whether two JavaScript strings match.
a: The firstJSStringto test.b: The secondJSStringto test.
Returns true if the two strings match, otherwise false.