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