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