xml_str_equal

Function xml_str_equal 

Source
pub unsafe fn xml_str_equal(str1: *const XmlChar, str2: *const XmlChar) -> bool
Expand description

Check string str1 is equal to str2.
Return true if they are equal, otherwise return false.

Please refer to the document of xmlStrEqual for original libxml2 also.