O object

any

extends Object with Serializable

Supertypes

Object, Serializable

Members

type 

!=

 = Nothing <: Boolean

Inequality comparison of two singleton types.

Inequality comparison of two singleton types.

val eq1: 1 != 1 = false
val eq2: 1 != "1" = true
val eq3: "1" != "1" = false
type 

==

 = Nothing <: Boolean

Equality comparison of two singleton types.

Equality comparison of two singleton types.

val eq1: 1 == 1 = true
val eq2: 1 == "1" = false
val eq3: "1" == "1" = true