obj == other    â true or false
  
	Instance Public methods
	Compares two objects based on the receiver's <=>
method, returning true if it returns 0. Also returns true if obj
and other are the same object.
Even if obj <=> other raised an exception, the exception is ignoread and returns false.
Please login to continue.