示例#1
0
 public bool Compare(FileDetails other) => FileComparer.Compare(this, other);
示例#2
0
 public void GetHash()
 {
     Hash = FileComparer.GetHashCode(AbsolutePath);
 }