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

            if (NodeName.Length != 0)
            {
                hash ^= NodeName.GetHashCode();
            }
            if (OutputSlot != 0)
            {
                hash ^= OutputSlot.GetHashCode();
            }
            hash ^= debugOps_.GetHashCode();
            hash ^= debugUrls_.GetHashCode();
            if (TolerateDebugOpCreationFailures != false)
            {
                hash ^= TolerateDebugOpCreationFailures.GetHashCode();
            }
            return(hash);
        }