class AWS::SimpleDB::Domain

def == other

Returns:
  • (Boolean) - Returns true if the domains are the same.
def == other
  other.is_a?(Domain) and
  other.name == name and
  other.config.simple_db_endpoint == config.simple_db_endpoint
end