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