pub unsafe fn xml_str_equal(str1: *const XmlChar, str2: *const XmlChar) -> boolExpand 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.