Lets say I have class A(val foo: Double).
class A(val foo: Double)
I want to be be able to compare it to other A, Double, and Int.
A
Double
Int
I