# File lib/wordnet/synset.rb, line 199
                        def ==( other )
                                return false unless other.is_a?( self.class )
                                other.offset == self.offset &&
                                        other.type == self.type
                        end