Comparable

suggest change

Syntax

Parameters

Parameter | Details | ——— | —–– | other | The instance to be compared to self |

Remarks

x <=> y should return a negative number if x < y, zero if x == y and a positive number if x > y.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents