# File lib/rdf/redland/uri.rb, line 40
    def == (other)
      return (Redland.librdf_uri_equals(self.uri,other.uri) != 0)
    end