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

            if (IdentificationType != 0)
            {
                hash ^= IdentificationType.GetHashCode();
            }
            if (Identifier.Length != 0)
            {
                hash ^= Identifier.GetHashCode();
            }
            if (IssuingCountry.Length != 0)
            {
                hash ^= IssuingCountry.GetHashCode();
            }
            if (NonstateIssuer.Length != 0)
            {
                hash ^= NonstateIssuer.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }