Yes and no.
Yes, in that all the data will be loaded exactly as it was.
No, because that won't leave you with a working system.
This is because the library contains references to all your media files. A file specification (filespec) is not cross platform compatible: mount points of drives are different, and the directory seperator is different ( / vs \ )
Compare a windows vs linux filespec:
M:\FLAC\Artist\Album\song1.flac
/nas/data/FLAC/Artist/Album/song1.flac
Obviously, first of all, all the media files must be accessible on the target system. The library backup doesn't contain them, just pointers to where they are.
You will need to use the rename move and copy files function in MC (google it) to update your database to point to the correct location.
So do this:
1. Turn off auto import on the destination machine
2. Restore your library
3. Observe the files are all listed, but with invalid paths so they are all broken links
4. Fix them with RMCF (google jriver rename move copy files) using the update database option
5. Confirm correct paths, no broken links, tracks play in MC
6 Turn auto import back on if you wish.
Good luck!