The comparison operators:
===
<=>
eql?
equal?
==
Both are performing equality check I know. Some of them overrides ==
also. But now my query is how to think,what to use in what situations?
Explanation with a code would be better idea to understand.
Thanks in advance!!