pub unsafe fn equal_values_impl(
pc: *mut XmlXPathParserContext,
neq: bool,
) -> c_intExpand description
Pop two objects and compare for equality (upstream xmlXPathEqualValues / xmlXPathNotEqualValues semantics): pushes the boolean result object and returns the comparison value.
§SAFETY
pcmust be a valid parser context.