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