pub unsafe extern "C" fn furi_string_equal(
    string_1: *const FuriString,
    string_2: *const FuriString
) -> bool
Expand description

Test if two strings are equal.

Returns:

  • bool

Arguments

  • string_1 -
  • string_2 -