method
eql?
v1_8_6_287 -
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?).
eql?(p1)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?).