class OpenSSL::X509::Extension

def ==(other)

def ==(other)
  return false unless Extension === other
  to_der == other.to_der
end