pub const fn eq_option_bool(left: Option<bool>, right: Option<bool>) -> bool
Compares two Option<bool> for equality.
Option<bool>