# File lib/aws/ec2/region.rb, line 66 def eql? other other.is_a?(Region) and other.name == name and other.endpoint == endpoint end