Ejemplo n.º 1
0
        public override int GetHashCode()
        {
            int hash = 17;

            hash = (23 * hash) + Language.GetHashCode();
            hash = (23 * hash) + BaseUri.GetHashCode();
            hash = (23 * hash) + Hosting.GetHashCode();
            return(hash);
        }