254 255 256
# File 'lib/html/struct.rb', line 254 def ==(other) other.is_a?(DTDElement) and other.type == type end