# File lib/mongoid/document.rb, line 46
    def ===(other)
      other.is_a?(self.class)
    end