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