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