MCPcopy Index your code
hub / github.com/gavv/httpexpect / Equal

Method Equal

value.go:820–822  ·  view source on GitHub ↗

Deprecated: use IsEqual instead.

(value interface{})

Source from the content-addressed store, hash-verified

818
819// Deprecated: use IsEqual instead.
820func (v *Value) Equal(value interface{}) *Value {
821 return v.IsEqual(value)
822}
823
824// InList succeeds if whole value is equal to one of the values from given
825// list of values (e.g. map, slice, string, etc). Before comparison, all

Calls 1

IsEqualMethod · 0.95