kubernetes/vendor/go.etcd.io/etcd/raft/v3/raftpb/confstate.go

// Equivalent returns a nil error if the inputs describe the same configuration.
// On mismatch, returns a descriptive error showing the differences.
func (cs ConfState) Equivalent(cs2 ConfState) error {}