# File lib/more/facets/equitable.rb, line 78
  def ==(o)
    identity.all?{ |a| send(a) == o.send(a) }
  end