# File lib/wordnet/synset.rb, line 375
                def ==( otherSyn )
                        return false unless otherSyn.kind_of?( WordNet::Synset )
                        return self.offset == otherSyn.offset
                end