/// <summary>
 /// Returns a hash code for this <see cref="MetadataTag"/> structure.
 /// </summary>
 /// <returns>An integer value that specifies the hash code for this <see cref="MetadataTag"/>.</returns>
 public override int GetHashCode()
 {
     return(tag.GetHashCode());
 }