# File lib/aws/simple_db/domain.rb, line 104 def == other other.is_a?(Domain) and other.name == name and other.config.simple_db_endpoint == config.simple_db_endpoint end