# File lib/bson/types/timestamp.rb, line 42
    def ==(other)
      self.seconds == other.seconds &&
        self.increment == other.increment
    end