Flowdock
eql?(p1) public

code-seq:

struct.eql?(other)   => true or false

Two structures are equal if they are the same object, or if all their fields are equal (using eql?).

Show source
Register or log in to add new notes.