github.com/nspcc-dev/neo-go@v0.105.2-0.20240517133400-6be757af3eba/pkg/compiler/testdata/util/equals.go (about)

     1  package util
     2  
     3  // Equals is a mirror of `Equals` builtin.
     4  func Equals(a, b any) bool {
     5  	return true
     6  }