Function dioxus_hooks::use_set_compare_equal

source ยท
pub fn use_set_compare_equal<R: Eq + Hash>(
    value: R,
    compare: SetCompare<R>,
) -> ReadOnlySignal<bool>
Expand description

A hook that returns true if the value is equal to the value in the set compare.