ArrayVectorEq

@SerialVersionUID(0L)
class ArrayVectorEq[@specialized(Int, Long, Float, Double) A] extends Eq[Array[A]] with Serializable
trait Eq[Array[A]]
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def eqv(x: Array[A], y: Array[A]): Boolean

Inherited methods

def neqv(x: Array[A], y: Array[A]): Boolean

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

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

Inherited from
Eq