QEq

class QEq[V, U](e: Eq[V]) extends Eq[Quantity[V, U]]
trait Eq[Quantity[V, U]]
class Object
trait Matchable
class Any
class QHash[V, U]

Value members

Concrete methods

def eqv(x: Quantity[V, U], y: Quantity[V, U]): Boolean

Inherited methods

def neqv(x: Quantity[V, U], y: Quantity[V, U]): Boolean

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

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

Inherited from:
Eq