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