Function JSStringIsEqual

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

Tests whether two JavaScript strings match.

Returns true if the two strings match, otherwise false.