# File lib/more/facets/equitable.rb, line 86
  def hash
    identity.inject(0){ |memo, a| memo ^ send(a).hash }
  end