@implicitNotFound("Values of types ${L} and ${R} cannot be compared with == or !=") sealed trait CanEqual[-L, -R]
A marker trait indicating that values of type L can be compared to values of type R.
A marker trait indicating that values of type L can be compared to values of type R.
- Companion
- object