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