# File lib/virtus/support/equalizer.rb, line 107 def eql?(other) instance_of?(other.class) && cmp?(__method__, other) end