SecureEq

trait SecureEq[A] extends Eq[A]
Companion
object
trait Eq[A]
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

def eqv(x: A, y: A): Boolean

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

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

Inherited from
Eq
def neqv(x: A, y: 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