Scala Double ==(x: Int) method
In Scala, Double is a 64-bit floating point number, which is equivalent to Javaâs double primitive type. The ==(x: Int) method is utilized to return true if this value is equal to x, false otherwise. Method Definition - def ==(x: Int): Boolean Returns - Returns true if this value is equal to x, fals