Пример #1
0
                public override int GetHashCode()
                {
                    int hash = 1;

                    if (boundingPoly_ != null)
                    {
                        hash ^= BoundingPoly.GetHashCode();
                    }
                    hash ^= results_.GetHashCode();
                    if (_unknownFields != null)
                    {
                        hash ^= _unknownFields.GetHashCode();
                    }
                    return(hash);
                }
Пример #2
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (boundingPoly_ != null)
            {
                hash ^= BoundingPoly.GetHashCode();
            }
            if (ProductSet.Length != 0)
            {
                hash ^= ProductSet.GetHashCode();
            }
            hash ^= productCategories_.GetHashCode();
            if (Filter.Length != 0)
            {
                hash ^= Filter.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }