public override int GetHashCode()
 {
     return(content.GetHashCode() ^ fullName.GetHashCode() ^ (typeParameterCount * 5));
 }