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

            if (Isin.Length != 0)
            {
                hash ^= Isin.GetHashCode();
            }
            if (Currency.Length != 0)
            {
                hash ^= Currency.GetHashCode();
            }
            if (SecurityExchange.Length != 0)
            {
                hash ^= SecurityExchange.GetHashCode();
            }
            if (NoLevels != 0)
            {
                hash ^= NoLevels.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
Exemplo n.º 2
0
 public override int GetHashCode()
 {
     return(Isin.GetHashCode());
 }