Skip to main content
added 5 characters in body
Source Link
Alex Wayne
  • 188.2k
  • 52
  • 328
  • 363

briefly this is what you need to know:

The ==== comparison checks whether two values are equal

eql?eql? checks if two values are equal and of the same type

equal?equal? checks if two things are one and the same object.

A good bvlogblog about this is here.

briefly this is what you need to know:

The == comparison checks whether two values are equal

eql? checks if two values are equal and of the same type

equal? checks if two things are one and the same object.

A good bvlog about this is here.

briefly this is what you need to know:

The == comparison checks whether two values are equal

eql? checks if two values are equal and of the same type

equal? checks if two things are one and the same object.

A good blog about this is here.

Source Link
ennuikiller
  • 47.1k
  • 15
  • 115
  • 137

briefly this is what you need to know:

The == comparison checks whether two values are equal

eql? checks if two values are equal and of the same type

equal? checks if two things are one and the same object.

A good bvlog about this is here.