aboutsummaryrefslogblamecommitdiffhomepage
path: root/vendor/github.com/hashicorp/terraform/helper/schema/equal.go
blob: d5e20e038897e539d6c6bc834cf999fefa937cce (plain) (tree)
1
2
3
4
5
6





                                                                           
package schema

// Equal is an interface that checks for deep equality between two objects.
type Equal interface {
	Equal(interface{}) bool
}