如果 path1 和 path2 是指向同一文件系统对象的路径,则返回 true。
path1
path2
true
当安装此覆盖时,该函数将覆盖 FileSystemEntity.identicalSync 的行为。
FileSystemEntity.identicalSync
bool fseIdenticalSync(String path1, String path2) { return FileSystemEntity._identicalSync(path1, path2); }