class AWS::SimpleDB::Domain
def == other
-
(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
(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