# File lib/aws/resource.rb, line 65 def == other other.kind_of?(self.class) and resource_identifiers == other.resource_identifiers end