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