No really this comes up as "True", but for my class which I derived from the Ring Class, something like this comes up as False. How can I avoid this?
1 | initial version |
No really this comes up as "True", but for my class which I derived from the Ring Class, something like this comes up as False. How can I avoid this?
2 | move example to question, change title |
sage: R = ZZ
sage: S = ZZ
sage: R == S
<False>
No really this comes up as "True", but for my class which I derived from the Ring Class, something like this comes up as False. How can I avoid this?