# File lib/rdf/redland/statement.rb, line 140
    def ==(other)
      return (Redland.librdf_statement_equals(self.statement,other.statement) != 0)
    end