time.Time.Equal (method)

7 uses

	time (current package)
		time.go#L295: func (t Time) Equal(u Time) bool {
		time.go#L900: 	case u.Add(d).Equal(t):

	net
		dnsclient_unix.go#L402: 		if mtime.Equal(conf.dnsConfig.Load().mtime) {
		hosts.go#L60: 	if err == nil && hosts.path == hp && hosts.mtime.Equal(mtime) && hosts.size == size {
		nss.go#L68: 	if mtime.Equal(conf.nssConf.mtime) {

	net/http
		fs.go#L542: 	return t.IsZero() || t.Equal(unixEpochTime)
		server.go#L1043: 	if !hdrDeadline.Equal(wholeReqDeadline) {