# File lib/neovim/remote_object.rb, line 44
    def ==(other)
      other.class.equal?(self.class) && @index == other.index
    end