github.com/richardmarshall/terraform@v0.9.5-0.20170429023105-15704cc6ee35/helper/schema/equal.go (about)

     1  package schema
     2  
     3  // Equal is an interface that checks for deep equality between two objects.
     4  type Equal interface {
     5  	Equal(interface{}) bool
     6  }