==

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.

doc_ruby_on_rails
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.