MapEq

@SerialVersionUID(0L)
class MapEq[K, V](implicit V: Eq[V]) extends Eq[Map[K, V]] with Serializable
trait Eq[Map[K, V]]
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def eqv(x: Map[K, V], y: Map[K, V]): Boolean

Inherited methods

def neqv(x: Map[K, V], y: Map[K, V]): Boolean

Returns false if x and y are equivalent, true otherwise.

Returns false if x and y are equivalent, true otherwise.

Inherited from
Eq