# File lib/virtus/support/equalizer.rb, line 122
      def ==(other)
        other.kind_of?(self.class) && cmp?(__method__, other)
      end