pub unsafe extern "C" fn WasmEdge_StringIsEqual(
    Str1: WasmEdge_String,
    Str2: WasmEdge_String
) -> bool
Expand description

Compare the two WasmEdge_String objects.

\param Str1 the first WasmEdge_String object to compare. \param Str2 the second WasmEdge_String object to compare.

\returns true if the content of two WasmEdge_String objects are the same, false if not.