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