Ejemplo n.º 1
0
 /// <summary>
 /// Gets the hash code for this object.
 /// </summary>
 /// <returns>The hash code</returns>
 public override int GetHashCode()
 {
     return(_path.GetHashCode() ^ _fileSystem.GetHashCode());
 }