Operator overloading is convenient but unfortunately not portable across languages. To be able to access the same functionality from another language you need to provide an alternate named method following the convention:
This rule does not raise an issue when the class implementing the comparison operators ``++>++``, ``++<++``, ``++>=++`` and ``++<=++`` contains a method named ``++CompareTo++``.