# File lib/complex.rb, line 386
  def hash
    @real.hash ^ @image.hash
  end