# File lib/aws/simple_db/item.rb, line 82 def == other other.is_a?(Item) and other.domain == domain and other.name == name end