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

            if (BaseRLCapabilities != false)
            {
                hash ^= BaseRLCapabilities.GetHashCode();
            }
            if (ConcatenatedPngObservations != false)
            {
                hash ^= ConcatenatedPngObservations.GetHashCode();
            }
            if (CompressedChannelMapping != false)
            {
                hash ^= CompressedChannelMapping.GetHashCode();
            }
            if (HybridActions != false)
            {
                hash ^= HybridActions.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
Пример #2
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (BaseRLCapabilities != false)
            {
                hash ^= BaseRLCapabilities.GetHashCode();
            }
            if (ConcatenatedPngObservations != false)
            {
                hash ^= ConcatenatedPngObservations.GetHashCode();
            }
            if (CompressedChannelMapping != false)
            {
                hash ^= CompressedChannelMapping.GetHashCode();
            }
            if (HybridActions != false)
            {
                hash ^= HybridActions.GetHashCode();
            }
            if (TrainingAnalytics != false)
            {
                hash ^= TrainingAnalytics.GetHashCode();
            }
            if (VariableLengthObservation != false)
            {
                hash ^= VariableLengthObservation.GetHashCode();
            }
            if (MultiAgentGroups != false)
            {
                hash ^= MultiAgentGroups.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }