Exemplo n.º 1
0
 public override int GetHashCode()
 {
     unchecked
     {
         var hashCode = (PrimarySymbol != null ? PrimarySymbol.GetHashCode() : 0);
         hashCode = (hashCode * 397) ^ (SicCode != null ? SicCode.GetHashCode() : 0);
         hashCode = (hashCode * 397) ^ (Dcn != null ? Dcn.GetHashCode() : 0);
         return(hashCode);
     }
 }
        public override int GetHashCode()
        {
            unchecked
            {
                var hash = 17;
                hash = hash * 29 + RequestId != null?RequestId.GetHashCode() : 0;

                hash = hash * 29 + SicCode.GetHashCode();
                hash = hash * 29 + Description.GetHashCode();
                return(hash);
            }
        }
        public override int GetHashCode()
        {
            unchecked
            {
                var hash = 17;
                hash = hash * 29 + RequestId != null?RequestId.GetHashCode() : 0;

                hash = hash * 29 + SicCode.GetHashCode();
                hash = hash * 29 + Symbol.GetHashCode();
                hash = hash * 29 + ListedMarketId.GetHashCode();
                hash = hash * 29 + SecurityTypeId.GetHashCode();
                hash = hash * 29 + Description.GetHashCode();
                return(hash);
            }
        }