Scala Int ==(x: Float) method with example
The ==(x: Float) method is utilized to return true if the specified int value is equal to the float value, otherwise returns false. Method Definition: (Int_Value).==(Float_Value) Return Type: It returns true if the specified int value is equal to the float value, otherwise returns false. Example #1: