QEq

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

Value members

Concrete methods

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

Inherited methods

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

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

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

Inherited from:
Eq
Source:
Eq.scala