# File lib/couchrest/mixins/collection.rb, line 151
        def ===(other)
          load_target
          other === @target
        end