/// <summary>
 /// Gets the hash code for this reference.
 /// </summary>
 /// <returns>The hash code.</returns>
 public override int GetHashCode()
 {
     return(_fileReference.GetHashCode() ^ AttributeId.GetHashCode());
 }