= private = protected
==( other )
Compares this Comment to another; the contents of the comment are used in the comparison.
# File lib/rexml/comment.rb, line 70 def ==( other ) other.kind_of? Comment and (other <=> self) == 0 end