crypto/x509.Certificate.Equal (method)

2 uses

	crypto/x509 (current package)
		verify.go#L853: 			if cert.Equal(candidate) {
		x509.go#L750: func (c *Certificate) Equal(other *Certificate) bool {