示例#1
0
 /// <summary>
 /// Gets the hash code for the FileSmbProperties.
 /// </summary>
 /// <returns></returns>
 public override int GetHashCode()
 => FileAttributes.GetHashCode()
 ^ FilePermissionKey.GetHashCode()
 ^ FileCreationTime.GetHashCode()
 ^ FileLastWriteTime.GetHashCode()
 ^ FileChangeTime.GetHashCode()
 ^ FileId.GetHashCode()
 ^ ParentId.GetHashCode();