Stores GFF2 attribute's value.
Returns true if other == self. Otherwise, returns false.
# File lib/bio/db/gff.rb, line 351 def ==(other) return false unless other.kind_of?(self.class) or self.kind_of?(other.class) self.values == other.values rescue super(other) end
Generated with the Darkfish Rdoc Generator 2.