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