Example #1
0
 public override int GetHashCode()
 {
     unchecked
     {
         var hashCode = _filePath.GetHashCode();
         hashCode = (hashCode * 397) ^ _precursorIdentityPath.GetHashCode();
         return(hashCode);
     }
 }