github.com/spirius/terraform@v0.10.0-beta2.0.20170714185654-87b2c0cf8fea/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  }