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