# File Automaten.rb, line 96 def ===(anOther) return (@item == anOther.getItem) if anOther!=nil return false end