APersistableBundle_isEqual

Function APersistableBundle_isEqual 

Source
pub unsafe extern "C" fn APersistableBundle_isEqual(
    lhs: *const APersistableBundle,
    rhs: *const APersistableBundle,
) -> bool
Expand description

Check for equality of APersistableBundles.

Available since API level 202404.

\param lhs bundle to compare against the other param \param rhs bundle to compare against the other param

\return true when equal, false when not