pub unsafe extern "C" fn APersistableBundle_isEqual(
lhs: *const APersistableBundle,
rhs: *const APersistableBundle,
) -> boolExpand 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