github.com/wtlangford/terraform@v0.7.0-rc2.0.20160709103016-0e07a2776833/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 }