# File Grammatiken.rb, line 41 def ==(anOther) if (anOther!=nil) then return (@name == anOther.getName) else return false end end