/// <summary> /// Serves as a hash function for a particular type. /// </summary> /// <returns> /// A hash code for the current <see cref="MetadataDefinition"/>. /// </returns> public override int GetHashCode() { return(MetadataItem.GetHashCode()); }