method
==
Ruby latest stable (v1_9_3_392)
-
0 notes -
Class: OpenStruct
==(other)
public
Compares this object and other for equality. An OpenStruct is equal to other when other is an OpenStruct and the two object’s Hash tables are equal.


