flipperzero_sys

Function furi_string_equal

Source
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.

§Arguments

  • string_1 - The string 1
  • string_2 - The string 2

§Returns

true if equal false otherwise