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

            if (Exception.Length != 0)
            {
                hash ^= Exception.GetHashCode();
            }
            if (insertResponse_ != null)
            {
                hash ^= InsertResponse.GetHashCode();
            }
            if (getRespone_ != null)
            {
                hash ^= GetRespone.GetHashCode();
            }
            if (deleteResponse_ != null)
            {
                hash ^= DeleteResponse.GetHashCode();
            }
            if (containsResponse_ != null)
            {
                hash ^= ContainsResponse.GetHashCode();
            }
            if (countResponse_ != null)
            {
                hash ^= CountResponse.GetHashCode();
            }
            if (clearResponse_ != null)
            {
                hash ^= ClearResponse.GetHashCode();
            }
            return(hash);
        }