Function jscjs_sys::api::JSStringIsEqual [−][src]
pub unsafe extern "C" fn JSStringIsEqual(a: JSStringRef, b: JSStringRef) -> bool
Expand description
@function @abstract Tests whether two JavaScript strings match. @param a The first JSString to test. @param b The second JSString to test. @result true if the two strings match, otherwise false.