# File lib/gpgme/key.rb, line 206
    def ==(another_key)
      fingerprint == another_key.fingerprint
    end