Ejemplo n.º 1
0
 public bool Equals(FileSystemPath other)
 {
     return(Equals(FileSystem, other.FileSystem) && Path.Equals(other.Path));
 }