129 130 131 132
# File 'lib/rexml/validation/validation.rb', line 129 def ==( other ) return false unless other.kind_of? Event @event_type == other.event_type and @event_arg == other.event_arg end