pub unsafe extern "C" fn furi_string_equal_str(
    string_1: *const FuriString,
    cstring_2: *const c_char
) -> bool
Expand description

Test if the string is equal to the C string.

Returns:

  • bool

Arguments

  • string_1 -
  • cstring_2 -