# File rexml/comment.rb, line 73 def ==( other ) other.kind_of? Comment and (other <=> self) == 0 end