method

eql?

v1_9_1_378 - Show latest stable - Class: Struct
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?).