# File lib/rdf/redland/node.rb, line 107
    def ==(other)
      return (Redland.librdf_node_equals(self.node,other.node) != 0)
    end