Symbol

scala.math.Equiv.Symbol
object Symbol extends Equiv[Symbol]

Attributes

Source
Equiv.scala
Graph
Supertypes
trait Equiv[Symbol]
trait Serializable
class Object
trait Matchable
class Any
Self type
Symbol.type

Members list

Value members

Concrete methods

def equiv(x: Symbol, y: Symbol): Boolean

Returns true iff x is equivalent to y.

Returns true iff x is equivalent to y.

Value parameters

x

the first value to compare

y

the second value to compare

Attributes

Source
Equiv.scala