Function javascriptcore_sys::JSStringIsEqual [] [src]

pub unsafe extern "C" fn JSStringIsEqual(a: JSStringRef, b: JSStringRef) -> bool

Tests whether two JavaScript strings match.

Returns true if the two strings match, otherwise false.