public override int GetHashCode()
        {
            int hashCode = -126608082;

            if (IncludeRelatedObjects != null)
            {
                hashCode += IncludeRelatedObjects.GetHashCode();
            }

            if (CatalogVersion != null)
            {
                hashCode += CatalogVersion.GetHashCode();
            }

            return(hashCode);
        }
        public override int GetHashCode()
        {
            int hashCode = 405501134;

            if (Cursor != null)
            {
                hashCode += Cursor.GetHashCode();
            }

            if (ObjectTypes != null)
            {
                hashCode += ObjectTypes.GetHashCode();
            }

            if (IncludeDeletedObjects != null)
            {
                hashCode += IncludeDeletedObjects.GetHashCode();
            }

            if (IncludeRelatedObjects != null)
            {
                hashCode += IncludeRelatedObjects.GetHashCode();
            }

            if (BeginTime != null)
            {
                hashCode += BeginTime.GetHashCode();
            }

            if (Query != null)
            {
                hashCode += Query.GetHashCode();
            }

            if (Limit != null)
            {
                hashCode += Limit.GetHashCode();
            }

            return(hashCode);
        }
Exemple #3
0
        public override int GetHashCode()
        {
            int hashCode = 664426275;

            if (ObjectIds != null)
            {
                hashCode += ObjectIds.GetHashCode();
            }

            if (IncludeRelatedObjects != null)
            {
                hashCode += IncludeRelatedObjects.GetHashCode();
            }

            if (CatalogVersion != null)
            {
                hashCode += CatalogVersion.GetHashCode();
            }

            return(hashCode);
        }