# File lib/dm-core/resource.rb, line 464 def eql?(other) return true if equal?(other) instance_of?(other.class) && cmp?(other, :eql?) end