"Fossies" - the Fresh Open Source Software archive

Member "redland/docs/api/r3945.html" of archive amaya-fullsrc-11.4.4.tgz:


Caution: In this restricted "Fossies" environment the current HTML page may not be correctly presentated and may have some non-functional links. Alternatively you can here view or download the uninterpreted source code. That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.

librdf_node_equals

Name

librdf_node_equals --  Compare two librdf_node objects for equality

Synopsis

int librdf_node_equals (librdf_node* first_node, librdf_node* second_node);

Arguments

first_node

first librdf_node node

second_node

second librdf_node node

Description

Note - for literal nodes, XML language, XML space and well-formness are presently ignored in the comparison.

Return value

non 0 if nodes are equal. 0 if not-equal or failure