Esempio n. 1
0
 public bool Equals(TempDirectory other) => Path == other?.Path;
Esempio n. 2
0
 public int CompareTo(TempDirectory other) => Path.CompareTo(other?.Path);