# File lib/facet/ostructable.rb, line 140 def ==(other) return false unless(other.kind_of?(OpenStruct)) return @__table__ == other.table end