# File lib/dm-core/support/lazy_array.rb, line 330 def eql?(other) if equal?(other) return true end unless other.class.equal?(self.class) return false end cmp?(other, :eql?) end