I know I can use the command
fsutil hardlink <new_file> <existing file>
To create a hard link from the command prompt.
My question is: is there a command line tool that will allow me to see whether two files are hard linked, similar to ls -i in unix?