Beispiel #1
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (ParamName.Length != 0)
            {
                hash ^= ParamName.GetHashCode();
            }
            if (ParamValue != 0F)
            {
                hash ^= pbc::ProtobufEqualityComparers.BitwiseSingleEqualityComparer.GetHashCode(ParamValue);
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }